| Package | Description |
|---|---|
| com.amazonaws.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfigurationInput |
LoggingConfigurationInput.clone() |
LoggingConfigurationInput |
CreateEnvironmentRequest.getLoggingConfiguration()
Defines the Apache Airflow logs to send to CloudWatch Logs.
|
LoggingConfigurationInput |
UpdateEnvironmentRequest.getLoggingConfiguration()
The Apache Airflow log types to send 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEnvironmentRequest.setLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs.
|
void |
UpdateEnvironmentRequest.setLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
The Apache Airflow log types to send to CloudWatch Logs.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
The Apache Airflow log types to send to CloudWatch Logs.
|
Copyright © 2023. All rights reserved.