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