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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mwaa.CfnEnvironment.LoggingConfigurationProperty
CfnEnvironment.LoggingConfigurationProperty.Builder, CfnEnvironment.LoggingConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironment.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 theCfnEnvironment.LoggingConfigurationProperty.Builder.
-
-
Method Details
-
getDagProcessingLogs
Description copied from interface:CfnEnvironment.LoggingConfigurationPropertyDefines the processing logs sent to CloudWatch Logs and the logging level to send.Returns union: either
IResolvableorCfnEnvironment.ModuleLoggingConfigurationProperty- Specified by:
getDagProcessingLogsin interfaceCfnEnvironment.LoggingConfigurationProperty- See Also:
-
getSchedulerLogs
Description copied from interface:CfnEnvironment.LoggingConfigurationPropertyDefines the scheduler logs sent to CloudWatch Logs and the logging level to send.Returns union: either
IResolvableorCfnEnvironment.ModuleLoggingConfigurationProperty- Specified by:
getSchedulerLogsin interfaceCfnEnvironment.LoggingConfigurationProperty- See Also:
-
getTaskLogs
Description copied from interface:CfnEnvironment.LoggingConfigurationPropertyDefines the task logs sent to CloudWatch Logs and the logging level to send.Returns union: either
IResolvableorCfnEnvironment.ModuleLoggingConfigurationProperty- Specified by:
getTaskLogsin interfaceCfnEnvironment.LoggingConfigurationProperty- See Also:
-
getWebserverLogs
Description copied from interface:CfnEnvironment.LoggingConfigurationPropertyDefines the web server logs sent to CloudWatch Logs and the logging level to send.Returns union: either
IResolvableorCfnEnvironment.ModuleLoggingConfigurationProperty- Specified by:
getWebserverLogsin interfaceCfnEnvironment.LoggingConfigurationProperty- See Also:
-
getWorkerLogs
Description copied from interface:CfnEnvironment.LoggingConfigurationPropertyDefines the worker logs sent to CloudWatch Logs and the logging level to send.Returns union: either
IResolvableorCfnEnvironment.ModuleLoggingConfigurationProperty- Specified by:
getWorkerLogsin interfaceCfnEnvironment.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()
-