AWS::MWAAServerless::Workflow ScheduleConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MWAAServerless::Workflow ScheduleConfiguration

The configuration to use to schedule automated workflow execution using cron expressions. Amazon Managed Workflows for Apache Airflow Serverless integrates with EventBridge Scheduler to provide cost-effective, timezone-aware scheduling capabilities. The service supports both time-based and event-based scheduling (event-based scheduling available post-GA). When a workflow definition includes scheduling information, Amazon Managed Workflows for Apache Airflow Serverless automatically configures the appropriate triggers and ensures only one version of a workflow has an active schedule at any time.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "CronExpression" : String }

YAML

CronExpression: String

Properties

CronExpression

A cron expression that defines when the workflow is automatically executed. Uses standard cron syntax.

Required: No

Type: String

Update requires: No interruption