public static final class CfnEnvironment.ModuleLoggingConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEnvironment.ModuleLoggingConfigurationProperty
CfnEnvironment.ModuleLoggingConfigurationProperty
CfnEnvironment.ModuleLoggingConfigurationProperty.Builder, CfnEnvironment.ModuleLoggingConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCloudWatchLogGroupArn()
The ARN of the CloudWatch Logs log group for each type of Apache Airflow log type that you have enabled.
|
java.lang.Object |
getEnabled()
Indicates whether to enable the Apache Airflow log type (e.g.
|
java.lang.String |
getLogLevel()
Defines the Apache Airflow logs to send for the log type (e.g.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getCloudWatchLogGroupArn()
CfnEnvironment.ModuleLoggingConfigurationProperty
CloudWatchLogGroupArn
is available only as a return value, accessible when specified as an attribute in theFn:GetAtt
intrinsic function. Any value you provide forCloudWatchLogGroupArn
is discarded by Amazon MWAA.
getCloudWatchLogGroupArn
in interface CfnEnvironment.ModuleLoggingConfigurationProperty
public final java.lang.Object getEnabled()
CfnEnvironment.ModuleLoggingConfigurationProperty
getEnabled
in interface CfnEnvironment.ModuleLoggingConfigurationProperty
public final java.lang.String getLogLevel()
CfnEnvironment.ModuleLoggingConfigurationProperty
getLogLevel
in interface CfnEnvironment.ModuleLoggingConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()