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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.EncryptionConfigurationProperty
CfnLifecyclePolicy.EncryptionConfigurationProperty.Builder, CfnLifecyclePolicy.EncryptionConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLifecyclePolicy.EncryptionConfigurationProperty.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 String
The Amazon Resource Name (ARN) of the AWS KMS key to use for EBS encryption.final Object
To encrypt a copy of an unencrypted snapshot when encryption by default is not enabled, enable encryption using this parameter.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 theCfnLifecyclePolicy.EncryptionConfigurationProperty.Builder
.
-
-
Method Details
-
getEncrypted
Description copied from interface:CfnLifecyclePolicy.EncryptionConfigurationProperty
To 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.
- Specified by:
getEncrypted
in interfaceCfnLifecyclePolicy.EncryptionConfigurationProperty
- See Also:
-
getCmkArn
Description copied from interface:CfnLifecyclePolicy.EncryptionConfigurationProperty
The 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:
getCmkArn
in interfaceCfnLifecyclePolicy.EncryptionConfigurationProperty
- See Also:
-
$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()
-