Class CfnEnvironment.LoggingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mwaa.CfnEnvironment.LoggingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironment.LoggingConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEnvironment.LoggingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironment.LoggingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironment.LoggingConfigurationProperty
An implementation for
CfnEnvironment.LoggingConfigurationProperty
-
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.LoggingConfigurationProperty
CfnEnvironment.LoggingConfigurationProperty.Builder, CfnEnvironment.LoggingConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEnvironment.LoggingConfigurationProperty.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 Object
Defines the processing logs sent to CloudWatch Logs and the logging level to send.final Object
Defines the scheduler logs sent to CloudWatch Logs and the logging level to send.final Object
Defines the task logs sent to CloudWatch Logs and the logging level to send.final Object
Defines the web server logs sent to CloudWatch Logs and the logging level to send.final Object
Defines the worker logs sent to CloudWatch Logs and the logging level to send.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.LoggingConfigurationProperty.Builder
.
-
-
Method Details
-
getDagProcessingLogs
Description copied from interface:CfnEnvironment.LoggingConfigurationProperty
Defines the processing logs sent to CloudWatch Logs and the logging level to send.- Specified by:
getDagProcessingLogs
in interfaceCfnEnvironment.LoggingConfigurationProperty
-
getSchedulerLogs
Description copied from interface:CfnEnvironment.LoggingConfigurationProperty
Defines the scheduler logs sent to CloudWatch Logs and the logging level to send.- Specified by:
getSchedulerLogs
in interfaceCfnEnvironment.LoggingConfigurationProperty
-
getTaskLogs
Description copied from interface:CfnEnvironment.LoggingConfigurationProperty
Defines the task logs sent to CloudWatch Logs and the logging level to send.- Specified by:
getTaskLogs
in interfaceCfnEnvironment.LoggingConfigurationProperty
-
getWebserverLogs
Description copied from interface:CfnEnvironment.LoggingConfigurationProperty
Defines the web server logs sent to CloudWatch Logs and the logging level to send.- Specified by:
getWebserverLogs
in interfaceCfnEnvironment.LoggingConfigurationProperty
-
getWorkerLogs
Description copied from interface:CfnEnvironment.LoggingConfigurationProperty
Defines the worker logs sent to CloudWatch Logs and the logging level to send.- Specified by:
getWorkerLogs
in interfaceCfnEnvironment.LoggingConfigurationProperty
-
$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()
-