AWS::MWAAServerless::Workflow LoggingConfiguration - 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 LoggingConfiguration

Configuration for workflow logging that specifies where you should store your workflow execution logs. Amazon Managed Workflows for Apache Airflow Serverless provides comprehensive logging capabilities that capture workflow execution details, task-level information, and system events. Logs are automatically exported to your specified CloudWatch log group using remote logging functionality, providing centralized observability across the distributed, multi-tenant execution environment. This enables effective debugging, monitoring, and compliance auditing of workflow executions.

Syntax

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

JSON

{ "LogGroupName" : String }

YAML

LogGroupName: String

Properties

LogGroupName

The name of the CloudWatch log group where workflow execution logs are stored.

Required: Yes

Type: String

Minimum: 1

Update requires: No interruption