GetWorkflowResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the workflow was created, in ISO 8601 date-time format.

Link copied to clipboard

The Amazon S3 location of the workflow definition file.

Link copied to clipboard

The description of the workflow.

Link copied to clipboard

The encryption configuration for the workflow.

Link copied to clipboard

The version of the Amazon Managed Workflows for Apache Airflow Serverless engine that this workflow uses.

Link copied to clipboard

The logging configuration for the workflow.

Link copied to clipboard

The timestamp when the workflow was last modified, in ISO 8601 date-time format.

Link copied to clipboard
val name: String?

The name of the workflow.

Link copied to clipboard

The network configuration for the workflow execution environment.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role used for workflow execution.

Link copied to clipboard

The schedule configuration for the workflow, including cron expressions for automated execution. Amazon Managed Workflows for Apache Airflow Serverless uses EventBridge Scheduler for cost-effective, timezone-aware scheduling. When a workflow includes schedule information in its YAML definition, the service automatically configures the appropriate triggers for automated execution. Only one version of a workflow can have an active schedule at any given time.

Link copied to clipboard

The trigger mode for the workflow execution.

Link copied to clipboard

The Amazon Resource Name (ARN) of the workflow.

Link copied to clipboard

The workflow definition content.

Link copied to clipboard

The current status of the workflow.

Link copied to clipboard

The version identifier of the workflow.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String