Class CfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.emrserverless.CfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty
An implementation for
CfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty-
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.emrserverless.CfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty
CfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty.Builder, CfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty.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 ObjectEnables CloudWatch logging.final StringThe AWS Key Management Service (KMS) key ARN to encrypt the logs that you store in CloudWatch Logs.final StringThe name of the log group in Amazon CloudWatch Logs where you want to publish your logs.final StringPrefix for the CloudWatch log stream name.final ObjectThe specific log-streams which need to be uploaded to CloudWatch.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
protected Jsii$Proxy(CfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnApplicationPropsMixin.CloudWatchLoggingConfigurationPropertyEnables CloudWatch logging.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getEnabledin interfaceCfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty- See Also:
-
getEncryptionKeyArn
Description copied from interface:CfnApplicationPropsMixin.CloudWatchLoggingConfigurationPropertyThe AWS Key Management Service (KMS) key ARN to encrypt the logs that you store in CloudWatch Logs.- Specified by:
getEncryptionKeyArnin interfaceCfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty- See Also:
-
getLogGroupName
Description copied from interface:CfnApplicationPropsMixin.CloudWatchLoggingConfigurationPropertyThe name of the log group in Amazon CloudWatch Logs where you want to publish your logs.- Specified by:
getLogGroupNamein interfaceCfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty- See Also:
-
getLogStreamNamePrefix
Description copied from interface:CfnApplicationPropsMixin.CloudWatchLoggingConfigurationPropertyPrefix for the CloudWatch log stream name.- Specified by:
getLogStreamNamePrefixin interfaceCfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty- See Also:
-
getLogTypeMap
Description copied from interface:CfnApplicationPropsMixin.CloudWatchLoggingConfigurationPropertyThe specific log-streams which need to be uploaded to CloudWatch.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplicationPropsMixin.LogTypeMapKeyValuePairProperty>- Specified by:
getLogTypeMapin interfaceCfnApplicationPropsMixin.CloudWatchLoggingConfigurationProperty- 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()
-