| Package | Description |
|---|---|
| software.amazon.awssdk.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
static ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.builder() |
ModuleLoggingConfiguration.Builder |
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 |
ModuleLoggingConfiguration.Builder.enabled(Boolean enabled)
Indicates whether the Apache Airflow log type (e.g.
|
ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.Builder.logLevel(LoggingLevel logLevel)
The Apache Airflow log level for the log type (e.g.
|
ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.Builder.logLevel(String logLevel)
The Apache Airflow log level for the log type (e.g.
|
ModuleLoggingConfiguration.Builder |
ModuleLoggingConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModuleLoggingConfiguration.Builder> |
ModuleLoggingConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.dagProcessingLogs(Consumer<ModuleLoggingConfiguration.Builder> dagProcessingLogs)
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.schedulerLogs(Consumer<ModuleLoggingConfiguration.Builder> schedulerLogs)
The Airflow scheduler logs published to CloudWatch Logs and the log level.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.taskLogs(Consumer<ModuleLoggingConfiguration.Builder> taskLogs)
The Airflow task logs published to CloudWatch Logs and the log level.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.webserverLogs(Consumer<ModuleLoggingConfiguration.Builder> webserverLogs)
The Airflow web server logs published to CloudWatch Logs and the log level.
|
default LoggingConfiguration.Builder |
LoggingConfiguration.Builder.workerLogs(Consumer<ModuleLoggingConfiguration.Builder> workerLogs)
The Airflow worker logs published to CloudWatch Logs and the log level.
|
Copyright © 2022. All rights reserved.