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 the Apache Airflow log type (e.g.
|
ModuleLoggingConfiguration.Builder |
logLevel(LoggingLevel logLevel)
The Apache Airflow log level for the log type (e.g.
|
ModuleLoggingConfiguration.Builder |
logLevel(String logLevel)
The Apache Airflow log level 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 the Apache Airflow log type (e.g. DagProcessingLogs) is enabled.
enabled - Indicates whether the Apache Airflow log type (e.g. DagProcessingLogs) is enabled.ModuleLoggingConfiguration.Builder logLevel(String logLevel)
The Apache Airflow log level for the log type (e.g. DagProcessingLogs).
logLevel - The Apache Airflow log level for the log type (e.g. DagProcessingLogs).LoggingLevel,
LoggingLevelModuleLoggingConfiguration.Builder logLevel(LoggingLevel logLevel)
The Apache Airflow log level for the log type (e.g. DagProcessingLogs).
logLevel - The Apache Airflow log level for the log type (e.g. DagProcessingLogs).LoggingLevel,
LoggingLevelCopyright © 2022. All rights reserved.