WorkflowRunSummary - Amazon Managed Workflows for Apache Airflow Serverless

WorkflowRunSummary

Summary information about a workflow run, including basic identification and status information.

Contents

RunDetailSummary

Summary details about the workflow run execution.

Type: RunDetailSummary object

Required: No

RunId

The unique identifier of the workflow run.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [a-zA-Z0-9]+[a-zA-Z0-9\.\-_]*

Required: No

RunType

The type of workflow run.

Type: String

Valid Values: ON_DEMAND | SCHEDULED

Required: No

WorkflowArn

The Amazon Resource Name (ARN) of the workflow that contains this run.

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: No

WorkflowVersion

The version of the workflow used for this run.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: .+

Required: No

See Also

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