WorkflowVersionSummary
Summary information about a workflow version, including identification and configuration details.
Contents
- WorkflowArn
-
The Amazon Resource Name (ARN) of the workflow that contains this version.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:aws(?:-(?:cn|us-gov|iso|iso-b|iso-e|iso-f))?:airflow-serverless:([a-z]{2}-[a-z]+-[0-9]{1}):([0-9]{12}):workflow/([a-zA-Z0-9][a-zA-Z0-9\.\-_]{0,254}-[a-zA-Z0-9]{10})Required: Yes
- WorkflowVersion
-
The version identifier of the workflow version.
Type: String
Length Constraints: Fixed length of 32.
Pattern:
[a-z0-9]{32}Required: Yes
- CreatedAt
-
The timestamp when the workflow version was created, in ISO 8601 date-time format.
Type: Timestamp
Required: No
- DefinitionS3Location
-
The Amazon S3 location of the workflow definition file for this version.
Type: DefinitionS3Location object
Required: No
- IsLatestVersion
-
Boolean flag that indicates whether this is the latest version of the workflow.
Type: Boolean
Required: No
- ModifiedAt
-
The timestamp when the workflow version was last modified, in ISO 8601 date-time format.
Type: Timestamp
Required: No
- ScheduleConfiguration
-
The schedule configuration for this workflow version.
Type: ScheduleConfiguration object
Required: No
- TriggerMode
-
The trigger mode for the workflow execution.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
.*Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: