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