| 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:
DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs. |
LoggingConfigurationInput |
UpdateEnvironmentRequest.getLoggingConfiguration()
Defines the Apache Airflow logs to send to CloudWatch Logs:
DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs. |
LoggingConfigurationInput |
LoggingConfigurationInput.withDagProcessingLogs(ModuleLoggingConfigurationInput dagProcessingLogs) |
LoggingConfigurationInput |
LoggingConfigurationInput.withSchedulerLogs(ModuleLoggingConfigurationInput schedulerLogs) |
LoggingConfigurationInput |
LoggingConfigurationInput.withTaskLogs(ModuleLoggingConfigurationInput taskLogs) |
LoggingConfigurationInput |
LoggingConfigurationInput.withWebserverLogs(ModuleLoggingConfigurationInput webserverLogs) |
LoggingConfigurationInput |
LoggingConfigurationInput.withWorkerLogs(ModuleLoggingConfigurationInput workerLogs) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEnvironmentRequest.setLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs:
DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs. |
void |
UpdateEnvironmentRequest.setLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs:
DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs. |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs:
DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs. |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs:
DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs. |
Copyright © 2021. All rights reserved.