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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mwaa.CfnEnvironment.ModuleLoggingConfigurationProperty
CfnEnvironment.ModuleLoggingConfigurationProperty.Builder, CfnEnvironment.ModuleLoggingConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEnvironment.ModuleLoggingConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The ARN of the CloudWatch Logs log group for each type of Apache Airflow log type that you have enabled.final Object
Indicates whether to enable the Apache Airflow log type (e.g.final String
Defines the Apache Airflow logs to send for the log type (e.g.final int
hashCode()
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.ModuleLoggingConfigurationProperty
The ARN of the CloudWatch Logs log group for each type of Apache Airflow log type that you have enabled.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.- Specified by:
getCloudWatchLogGroupArn
in interfaceCfnEnvironment.ModuleLoggingConfigurationProperty
- See Also:
-
getEnabled
Description copied from interface:CfnEnvironment.ModuleLoggingConfigurationProperty
Indicates whether to enable the Apache Airflow log type (e.g.DagProcessingLogs
) in CloudWatch Logs.- Specified by:
getEnabled
in interfaceCfnEnvironment.ModuleLoggingConfigurationProperty
- See Also:
-
getLogLevel
Description copied from interface:CfnEnvironment.ModuleLoggingConfigurationProperty
Defines the Apache Airflow logs to send for the log type (e.g.DagProcessingLogs
) to CloudWatch Logs. Valid values:CRITICAL
,ERROR
,WARNING
,INFO
.- Specified by:
getLogLevel
in interfaceCfnEnvironment.ModuleLoggingConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-