Class LoggingConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.mwaa.model.LoggingConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class LoggingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
Describes the Apache Airflow log types that are published to CloudWatch Logs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoggingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoggingConfiguration.Builderbuilder()ModuleLoggingConfigurationdagProcessingLogs()The Airflow DAG processing logs published to CloudWatch Logs and the log level.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ModuleLoggingConfigurationschedulerLogs()The Airflow scheduler logs published to CloudWatch Logs and the log level.List<SdkField<?>>sdkFields()static Class<? extends LoggingConfiguration.Builder>serializableBuilderClass()ModuleLoggingConfigurationtaskLogs()The Airflow task logs published to CloudWatch Logs and the log level.LoggingConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.ModuleLoggingConfigurationwebserverLogs()The Airflow web server logs published to CloudWatch Logs and the log level.ModuleLoggingConfigurationworkerLogs()The Airflow worker logs published to CloudWatch Logs and the log level.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dagProcessingLogs
public final ModuleLoggingConfiguration dagProcessingLogs()
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
- Returns:
- The Airflow DAG processing logs published to CloudWatch Logs and the log level.
-
schedulerLogs
public final ModuleLoggingConfiguration schedulerLogs()
The Airflow scheduler logs published to CloudWatch Logs and the log level.
- Returns:
- The Airflow scheduler logs published to CloudWatch Logs and the log level.
-
taskLogs
public final ModuleLoggingConfiguration taskLogs()
The Airflow task logs published to CloudWatch Logs and the log level.
- Returns:
- The Airflow task logs published to CloudWatch Logs and the log level.
-
webserverLogs
public final ModuleLoggingConfiguration webserverLogs()
The Airflow web server logs published to CloudWatch Logs and the log level.
- Returns:
- The Airflow web server logs published to CloudWatch Logs and the log level.
-
workerLogs
public final ModuleLoggingConfiguration workerLogs()
The Airflow worker logs published to CloudWatch Logs and the log level.
- Returns:
- The Airflow worker logs published to CloudWatch Logs and the log level.
-
toBuilder
public LoggingConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
-
builder
public static LoggingConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends LoggingConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-