@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoggingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfiguration.Builder |
builder() |
ModuleLoggingConfiguration |
dagProcessingLogs()
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ModuleLoggingConfiguration |
schedulerLogs()
The Airflow scheduler logs published to CloudWatch Logs and the log level.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoggingConfiguration.Builder> |
serializableBuilderClass() |
ModuleLoggingConfiguration |
taskLogs()
The Airflow task logs published to CloudWatch Logs and the log level.
|
LoggingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ModuleLoggingConfiguration |
webserverLogs()
The Airflow web server logs published to CloudWatch Logs and the log level.
|
ModuleLoggingConfiguration |
workerLogs()
The Airflow worker logs published to CloudWatch Logs and the log level.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ModuleLoggingConfiguration dagProcessingLogs()
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
public final ModuleLoggingConfiguration schedulerLogs()
The Airflow scheduler logs published to CloudWatch Logs and the log level.
public final ModuleLoggingConfiguration taskLogs()
The Airflow task logs published to CloudWatch Logs and the log level.
public final ModuleLoggingConfiguration webserverLogs()
The Airflow web server logs published to CloudWatch Logs and the log level.
public final ModuleLoggingConfiguration workerLogs()
The Airflow worker logs published to CloudWatch Logs and the log level.
public LoggingConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>public static LoggingConfiguration.Builder builder()
public static Class<? extends LoggingConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.