| Package | Description |
|---|---|
| software.amazon.awssdk.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfigurationInput |
CreateEnvironmentRequest.loggingConfiguration()
Defines the Apache Airflow logs to send to CloudWatch Logs:
DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs. |
LoggingConfigurationInput |
UpdateEnvironmentRequest.loggingConfiguration()
Defines the Apache Airflow logs to send to CloudWatch Logs:
DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs. |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.loggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs:
DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs. |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.loggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs:
DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs. |
Copyright © 2021. All rights reserved.