DefinitionS3Location - Amazon Managed Workflows for Apache Airflow Serverless

DefinitionS3Location

Specifies the Amazon S3 location of a workflow definition file. This structure contains the bucket name, object key, and optional version ID for the workflow definition. Amazon Managed Workflows for Apache Airflow Serverless takes a snapshot of the definition file at the time of workflow creation or update, ensuring that the workflow behavior remains consistent even if the source file is modified. The definition must be a valid YAML file that uses supported AWS operators and Amazon Managed Workflows for Apache Airflow Serverless syntax.

Contents

Bucket

The name of the Amazon S3 bucket that contains the workflow definition file.

Type: String

Required: Yes

ObjectKey

The key (name) of the workflow definition file within the S3 bucket.

Type: String

Required: Yes

VersionId

Optional. The version ID of the workflow definition file in Amazon S3. If not specified, the latest version is used.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: