ModuleLoggingConfiguration - Amazon Managed Workflows for Apache Airflow

ModuleLoggingConfiguration

Describes the Apache Airflow log details for the log type (e.g. DagProcessingLogs).

Contents

CloudWatchLogGroupArn

The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g. DagProcessingLogs) is published. For example, arn:aws:logs:us-east-1:123456789012:log-group:airflow-MyMWAAEnvironment-MwaaEnvironment-DAGProcessing:*.

Type: String

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

Pattern: ^arn:aws(-[a-z]+)?:logs:[a-z0-9\-]+:\d{12}:log-group:\w+

Required: No

Enabled

Indicates whether the Apache Airflow log type (e.g. DagProcessingLogs) is enabled.

Type: Boolean

Required: No

LogLevel

The Apache Airflow log level for the log type (e.g. DagProcessingLogs).

Type: String

Valid Values: CRITICAL | ERROR | WARNING | INFO | DEBUG

Required: No

See Also

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