| Package | Description |
|---|---|
| com.amazonaws.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
ModuleLoggingConfigurationInput |
ModuleLoggingConfigurationInput.clone() |
ModuleLoggingConfigurationInput |
LoggingConfigurationInput.getDagProcessingLogs()
Publishes Airflow DAG processing logs to CloudWatch Logs.
|
ModuleLoggingConfigurationInput |
LoggingConfigurationInput.getSchedulerLogs()
Publishes Airflow scheduler logs to CloudWatch Logs.
|
ModuleLoggingConfigurationInput |
LoggingConfigurationInput.getTaskLogs()
Publishes Airflow task logs to CloudWatch Logs.
|
ModuleLoggingConfigurationInput |
LoggingConfigurationInput.getWebserverLogs()
Publishes Airflow web server logs to CloudWatch Logs.
|
ModuleLoggingConfigurationInput |
LoggingConfigurationInput.getWorkerLogs()
Publishes Airflow worker logs to CloudWatch Logs.
|
ModuleLoggingConfigurationInput |
ModuleLoggingConfigurationInput.withEnabled(Boolean enabled)
Indicates whether to enable the Apache Airflow log type (e.g.
|
ModuleLoggingConfigurationInput |
ModuleLoggingConfigurationInput.withLogLevel(LoggingLevel logLevel)
Defines the Apache Airflow log level (e.g.
|
ModuleLoggingConfigurationInput |
ModuleLoggingConfigurationInput.withLogLevel(String logLevel)
Defines the Apache Airflow log level (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingConfigurationInput.setDagProcessingLogs(ModuleLoggingConfigurationInput dagProcessingLogs)
Publishes Airflow DAG processing logs to CloudWatch Logs.
|
void |
LoggingConfigurationInput.setSchedulerLogs(ModuleLoggingConfigurationInput schedulerLogs)
Publishes Airflow scheduler logs to CloudWatch Logs.
|
void |
LoggingConfigurationInput.setTaskLogs(ModuleLoggingConfigurationInput taskLogs)
Publishes Airflow task logs to CloudWatch Logs.
|
void |
LoggingConfigurationInput.setWebserverLogs(ModuleLoggingConfigurationInput webserverLogs)
Publishes Airflow web server logs to CloudWatch Logs.
|
void |
LoggingConfigurationInput.setWorkerLogs(ModuleLoggingConfigurationInput workerLogs)
Publishes Airflow worker logs to CloudWatch Logs.
|
LoggingConfigurationInput |
LoggingConfigurationInput.withDagProcessingLogs(ModuleLoggingConfigurationInput dagProcessingLogs)
Publishes Airflow DAG processing logs to CloudWatch Logs.
|
LoggingConfigurationInput |
LoggingConfigurationInput.withSchedulerLogs(ModuleLoggingConfigurationInput schedulerLogs)
Publishes Airflow scheduler logs to CloudWatch Logs.
|
LoggingConfigurationInput |
LoggingConfigurationInput.withTaskLogs(ModuleLoggingConfigurationInput taskLogs)
Publishes Airflow task logs to CloudWatch Logs.
|
LoggingConfigurationInput |
LoggingConfigurationInput.withWebserverLogs(ModuleLoggingConfigurationInput webserverLogs)
Publishes Airflow web server logs to CloudWatch Logs.
|
LoggingConfigurationInput |
LoggingConfigurationInput.withWorkerLogs(ModuleLoggingConfigurationInput workerLogs)
Publishes Airflow worker logs to CloudWatch Logs.
|
Copyright © 2022. All rights reserved.