Class CfnEnvironment.ModuleLoggingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mwaa.CfnEnvironment.ModuleLoggingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironment.ModuleLoggingConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironment.ModuleLoggingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironment.ModuleLoggingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironment.ModuleLoggingConfigurationProperty
An implementation for
CfnEnvironment.ModuleLoggingConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mwaa.CfnEnvironment.ModuleLoggingConfigurationProperty
CfnEnvironment.ModuleLoggingConfigurationProperty.Builder, CfnEnvironment.ModuleLoggingConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironment.ModuleLoggingConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ARN of the CloudWatch Logs log group for each type of Apache Airflow log type that you have enabled.final ObjectIndicates whether to enable the Apache Airflow log type (e.g.final StringDefines the Apache Airflow logs to send for the log type (e.g.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEnvironment.ModuleLoggingConfigurationProperty.Builder.
-
-
Method Details
-
getCloudWatchLogGroupArn
Description copied from interface:CfnEnvironment.ModuleLoggingConfigurationPropertyThe ARN of the CloudWatch Logs log group for each type of Apache Airflow log type that you have enabled.CloudWatchLogGroupArnis available only as a return value, accessible when specified as an attribute in theFn:GetAttintrinsic function. Any value you provide forCloudWatchLogGroupArnis discarded by Amazon MWAA.- Specified by:
getCloudWatchLogGroupArnin interfaceCfnEnvironment.ModuleLoggingConfigurationProperty- See Also:
-
getEnabled
Description copied from interface:CfnEnvironment.ModuleLoggingConfigurationPropertyIndicates whether to enable the Apache Airflow log type (e.g.DagProcessingLogs) in CloudWatch Logs.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnEnvironment.ModuleLoggingConfigurationProperty- See Also:
-
getLogLevel
Description copied from interface:CfnEnvironment.ModuleLoggingConfigurationPropertyDefines the Apache Airflow logs to send for the log type (e.g.DagProcessingLogs) to CloudWatch Logs.- Specified by:
getLogLevelin interfaceCfnEnvironment.ModuleLoggingConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-