| Package | Description |
|---|---|
| com.amazonaws.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
ModuleLoggingConfiguration |
ModuleLoggingConfiguration.clone() |
ModuleLoggingConfiguration |
LoggingConfiguration.getDagProcessingLogs()
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
|
ModuleLoggingConfiguration |
LoggingConfiguration.getSchedulerLogs()
The Airflow scheduler logs published to CloudWatch Logs and the log level.
|
ModuleLoggingConfiguration |
LoggingConfiguration.getTaskLogs()
The Airflow task logs published to CloudWatch Logs and the log level.
|
ModuleLoggingConfiguration |
LoggingConfiguration.getWebserverLogs()
The Airflow web server logs published to CloudWatch Logs and the log level.
|
ModuleLoggingConfiguration |
LoggingConfiguration.getWorkerLogs()
The Airflow worker logs published to CloudWatch Logs and the log level.
|
ModuleLoggingConfiguration |
ModuleLoggingConfiguration.withCloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g.
|
ModuleLoggingConfiguration |
ModuleLoggingConfiguration.withEnabled(Boolean enabled)
Indicates whether the Apache Airflow log type (e.g.
|
ModuleLoggingConfiguration |
ModuleLoggingConfiguration.withLogLevel(LoggingLevel logLevel)
The Apache Airflow log level for the log type (e.g.
|
ModuleLoggingConfiguration |
ModuleLoggingConfiguration.withLogLevel(String logLevel)
The Apache Airflow log level for the log type (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingConfiguration.setDagProcessingLogs(ModuleLoggingConfiguration dagProcessingLogs)
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
|
void |
LoggingConfiguration.setSchedulerLogs(ModuleLoggingConfiguration schedulerLogs)
The Airflow scheduler logs published to CloudWatch Logs and the log level.
|
void |
LoggingConfiguration.setTaskLogs(ModuleLoggingConfiguration taskLogs)
The Airflow task logs published to CloudWatch Logs and the log level.
|
void |
LoggingConfiguration.setWebserverLogs(ModuleLoggingConfiguration webserverLogs)
The Airflow web server logs published to CloudWatch Logs and the log level.
|
void |
LoggingConfiguration.setWorkerLogs(ModuleLoggingConfiguration workerLogs)
The Airflow worker logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration |
LoggingConfiguration.withDagProcessingLogs(ModuleLoggingConfiguration dagProcessingLogs)
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration |
LoggingConfiguration.withSchedulerLogs(ModuleLoggingConfiguration schedulerLogs)
The Airflow scheduler logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration |
LoggingConfiguration.withTaskLogs(ModuleLoggingConfiguration taskLogs)
The Airflow task logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration |
LoggingConfiguration.withWebserverLogs(ModuleLoggingConfiguration webserverLogs)
The Airflow web server logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration |
LoggingConfiguration.withWorkerLogs(ModuleLoggingConfiguration workerLogs)
The Airflow worker logs published to CloudWatch Logs and the log level.
|
Copyright © 2024. All rights reserved.