Uses of Class
software.amazon.awssdk.services.mwaa.model.ModuleLoggingConfiguration
-
Packages that use ModuleLoggingConfiguration Package Description software.amazon.awssdk.services.mwaa.model -
-
Uses of ModuleLoggingConfiguration in software.amazon.awssdk.services.mwaa.model
Methods in software.amazon.awssdk.services.mwaa.model that return ModuleLoggingConfiguration Modifier and Type Method Description ModuleLoggingConfigurationLoggingConfiguration. dagProcessingLogs()The Airflow DAG processing logs published to CloudWatch Logs and the log level.ModuleLoggingConfigurationLoggingConfiguration. schedulerLogs()The Airflow scheduler logs published to CloudWatch Logs and the log level.ModuleLoggingConfigurationLoggingConfiguration. taskLogs()The Airflow task logs published to CloudWatch Logs and the log level.ModuleLoggingConfigurationLoggingConfiguration. webserverLogs()The Airflow web server logs published to CloudWatch Logs and the log level.ModuleLoggingConfigurationLoggingConfiguration. workerLogs()The Airflow worker logs published to CloudWatch Logs and the log level.Methods in software.amazon.awssdk.services.mwaa.model with parameters of type ModuleLoggingConfiguration Modifier and Type Method Description LoggingConfiguration.BuilderLoggingConfiguration.Builder. dagProcessingLogs(ModuleLoggingConfiguration dagProcessingLogs)The Airflow DAG processing logs published to CloudWatch Logs and the log level.LoggingConfiguration.BuilderLoggingConfiguration.Builder. schedulerLogs(ModuleLoggingConfiguration schedulerLogs)The Airflow scheduler logs published to CloudWatch Logs and the log level.LoggingConfiguration.BuilderLoggingConfiguration.Builder. taskLogs(ModuleLoggingConfiguration taskLogs)The Airflow task logs published to CloudWatch Logs and the log level.LoggingConfiguration.BuilderLoggingConfiguration.Builder. webserverLogs(ModuleLoggingConfiguration webserverLogs)The Airflow web server logs published to CloudWatch Logs and the log level.LoggingConfiguration.BuilderLoggingConfiguration.Builder. workerLogs(ModuleLoggingConfiguration workerLogs)The Airflow worker logs published to CloudWatch Logs and the log level.
-