Class CfnLifecyclePolicy.EncryptionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.EncryptionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLifecyclePolicy.EncryptionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLifecyclePolicy.EncryptionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnLifecyclePolicy.EncryptionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLifecyclePolicy.EncryptionConfigurationProperty
An implementation for
CfnLifecyclePolicy.EncryptionConfigurationProperty-
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.dlm.CfnLifecyclePolicy.EncryptionConfigurationProperty
CfnLifecyclePolicy.EncryptionConfigurationProperty.Builder, CfnLifecyclePolicy.EncryptionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLifecyclePolicy.EncryptionConfigurationProperty.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 StringThe Amazon Resource Name (ARN) of the AWS KMS key to use for EBS encryption.final ObjectTo encrypt a copy of an unencrypted snapshot when encryption by default is not enabled, enable encryption using this parameter.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 theCfnLifecyclePolicy.EncryptionConfigurationProperty.Builder.
-
-
Method Details
-
getEncrypted
Description copied from interface:CfnLifecyclePolicy.EncryptionConfigurationPropertyTo encrypt a copy of an unencrypted snapshot when encryption by default is not enabled, enable encryption using this parameter.Copies of encrypted snapshots are encrypted, even if this parameter is false or when encryption by default is not enabled.
Returns union: either
BooleanorIResolvable- Specified by:
getEncryptedin interfaceCfnLifecyclePolicy.EncryptionConfigurationProperty- See Also:
-
getCmkArn
Description copied from interface:CfnLifecyclePolicy.EncryptionConfigurationPropertyThe Amazon Resource Name (ARN) of the AWS KMS key to use for EBS encryption.If this parameter is not specified, the default KMS key for the account is used.
- Specified by:
getCmkArnin interfaceCfnLifecyclePolicy.EncryptionConfigurationProperty- 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()
-