Uses of Class
software.amazon.awssdk.services.mwaa.model.LoggingConfigurationInput
-
Packages that use LoggingConfigurationInput Package Description software.amazon.awssdk.services.mwaa.model -
-
Uses of LoggingConfigurationInput in software.amazon.awssdk.services.mwaa.model
Methods in software.amazon.awssdk.services.mwaa.model that return LoggingConfigurationInput Modifier and Type Method Description LoggingConfigurationInputCreateEnvironmentRequest. loggingConfiguration()Defines the Apache Airflow logs to send to CloudWatch Logs.LoggingConfigurationInputUpdateEnvironmentRequest. loggingConfiguration()The Apache Airflow log types to send to CloudWatch Logs.Methods in software.amazon.awssdk.services.mwaa.model with parameters of type LoggingConfigurationInput Modifier and Type Method Description CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. loggingConfiguration(LoggingConfigurationInput loggingConfiguration)Defines the Apache Airflow logs to send to CloudWatch Logs.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. loggingConfiguration(LoggingConfigurationInput loggingConfiguration)The Apache Airflow log types to send to CloudWatch Logs.
-