public static interface ModuleLoggingConfiguration.Builder extends SdkPojo, CopyableBuilder<ModuleLoggingConfiguration.Builder,ModuleLoggingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ModuleLoggingConfiguration.Builder |
cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g.
|
ModuleLoggingConfiguration.Builder |
enabled(Boolean enabled)
Indicates whether to enable the Apache Airflow log type (e.g.
|
ModuleLoggingConfiguration.Builder |
logLevel(LoggingLevel logLevel)
Defines the Apache Airflow logs to send for the log type (e.g.
|
ModuleLoggingConfiguration.Builder |
logLevel(String logLevel)
Defines the Apache Airflow logs to send for the log type (e.g.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModuleLoggingConfiguration.Builder cloudWatchLogGroupArn(String 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:*
.
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:*
.ModuleLoggingConfiguration.Builder enabled(Boolean enabled)
Indicates whether to enable the Apache Airflow log type (e.g. DagProcessingLogs) in CloudWatch
Logs.
enabled - Indicates whether to enable the Apache Airflow log type (e.g. DagProcessingLogs) in
CloudWatch Logs.ModuleLoggingConfiguration.Builder logLevel(String logLevel)
Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs) to CloudWatch
Logs. Valid values: CRITICAL, ERROR, WARNING, INFO.
logLevel - Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs) to
CloudWatch Logs. Valid values: CRITICAL, ERROR, WARNING,
INFO.LoggingLevel,
LoggingLevelModuleLoggingConfiguration.Builder logLevel(LoggingLevel logLevel)
Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs) to CloudWatch
Logs. Valid values: CRITICAL, ERROR, WARNING, INFO.
logLevel - Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs) to
CloudWatch Logs. Valid values: CRITICAL, ERROR, WARNING,
INFO.LoggingLevel,
LoggingLevelCopyright © 2021. All rights reserved.