Class CfnEnvironmentPropsMixin.LoggingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mwaa.CfnEnvironmentPropsMixin.LoggingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentPropsMixin.LoggingConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentPropsMixin.LoggingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironmentPropsMixin.LoggingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentPropsMixin.LoggingConfigurationProperty
An implementation for
CfnEnvironmentPropsMixin.LoggingConfigurationProperty-
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.cfnpropertymixins.services.mwaa.CfnEnvironmentPropsMixin.LoggingConfigurationProperty
CfnEnvironmentPropsMixin.LoggingConfigurationProperty.Builder, CfnEnvironmentPropsMixin.LoggingConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentPropsMixin.LoggingConfigurationProperty.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 ObjectDefines the processing logs sent to CloudWatch Logs and the logging level to send.final ObjectDefines the scheduler logs sent to CloudWatch Logs and the logging level to send.final ObjectDefines the task logs sent to CloudWatch Logs and the logging level to send.final ObjectDefines the web server logs sent to CloudWatch Logs and the logging level to send.final ObjectDefines the worker logs sent to CloudWatch Logs and the logging level to send.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 theCfnEnvironmentPropsMixin.LoggingConfigurationProperty.Builder.
-
-
Method Details
-
getDagProcessingLogs
Description copied from interface:CfnEnvironmentPropsMixin.LoggingConfigurationPropertyDefines the processing logs sent to CloudWatch Logs and the logging level to send.Returns union: either
IResolvableorCfnEnvironmentPropsMixin.ModuleLoggingConfigurationProperty- Specified by:
getDagProcessingLogsin interfaceCfnEnvironmentPropsMixin.LoggingConfigurationProperty- See Also:
-
getSchedulerLogs
Description copied from interface:CfnEnvironmentPropsMixin.LoggingConfigurationPropertyDefines the scheduler logs sent to CloudWatch Logs and the logging level to send.Returns union: either
IResolvableorCfnEnvironmentPropsMixin.ModuleLoggingConfigurationProperty- Specified by:
getSchedulerLogsin interfaceCfnEnvironmentPropsMixin.LoggingConfigurationProperty- See Also:
-
getTaskLogs
Description copied from interface:CfnEnvironmentPropsMixin.LoggingConfigurationPropertyDefines the task logs sent to CloudWatch Logs and the logging level to send.Returns union: either
IResolvableorCfnEnvironmentPropsMixin.ModuleLoggingConfigurationProperty- Specified by:
getTaskLogsin interfaceCfnEnvironmentPropsMixin.LoggingConfigurationProperty- See Also:
-
getWebserverLogs
Description copied from interface:CfnEnvironmentPropsMixin.LoggingConfigurationPropertyDefines the web server logs sent to CloudWatch Logs and the logging level to send.Returns union: either
IResolvableorCfnEnvironmentPropsMixin.ModuleLoggingConfigurationProperty- Specified by:
getWebserverLogsin interfaceCfnEnvironmentPropsMixin.LoggingConfigurationProperty- See Also:
-
getWorkerLogs
Description copied from interface:CfnEnvironmentPropsMixin.LoggingConfigurationPropertyDefines the worker logs sent to CloudWatch Logs and the logging level to send.Returns union: either
IResolvableorCfnEnvironmentPropsMixin.ModuleLoggingConfigurationProperty- Specified by:
getWorkerLogsin interfaceCfnEnvironmentPropsMixin.LoggingConfigurationProperty- 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()
-