Class CfnLifecyclePolicy.CrossRegionCopyRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.CrossRegionCopyRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLifecyclePolicy.CrossRegionCopyRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnLifecyclePolicy.CrossRegionCopyRuleProperty
@Stability(Stable)
@Internal
public static final class CfnLifecyclePolicy.CrossRegionCopyRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLifecyclePolicy.CrossRegionCopyRuleProperty
An implementation for
CfnLifecyclePolicy.CrossRegionCopyRuleProperty-
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.CrossRegionCopyRuleProperty
CfnLifecyclePolicy.CrossRegionCopyRuleProperty.Builder, CfnLifecyclePolicy.CrossRegionCopyRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLifecyclePolicy.CrossRegionCopyRuleProperty.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 ObjectIndicates whether to copy all user-defined tags from the source snapshot or AMI to the cross-Region copy.final ObjectCfnLifecyclePolicy.CrossRegionCopyRuleProperty.DeprecateRule.final ObjectTo encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter.final ObjectThe retention rule that indicates how long the cross-Region snapshot or AMI copies are to be retained in the destination Region.final StringThe target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.final Stringfinal 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.CrossRegionCopyRuleProperty.Builder.
-
-
Method Details
-
getEncrypted
Description copied from interface:CfnLifecyclePolicy.CrossRegionCopyRulePropertyTo encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter.Copies of encrypted snapshots are encrypted, even if this parameter is false or if encryption by default is not enabled.
- Specified by:
getEncryptedin interfaceCfnLifecyclePolicy.CrossRegionCopyRuleProperty
-
getCmkArn
Description copied from interface:CfnLifecyclePolicy.CrossRegionCopyRulePropertyThe 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.CrossRegionCopyRuleProperty
-
getCopyTags
Description copied from interface:CfnLifecyclePolicy.CrossRegionCopyRulePropertyIndicates whether to copy all user-defined tags from the source snapshot or AMI to the cross-Region copy.- Specified by:
getCopyTagsin interfaceCfnLifecyclePolicy.CrossRegionCopyRuleProperty
-
getDeprecateRule
Description copied from interface:CfnLifecyclePolicy.CrossRegionCopyRulePropertyCfnLifecyclePolicy.CrossRegionCopyRuleProperty.DeprecateRule.- Specified by:
getDeprecateRulein interfaceCfnLifecyclePolicy.CrossRegionCopyRuleProperty
-
getRetainRule
Description copied from interface:CfnLifecyclePolicy.CrossRegionCopyRulePropertyThe retention rule that indicates how long the cross-Region snapshot or AMI copies are to be retained in the destination Region.- Specified by:
getRetainRulein interfaceCfnLifecyclePolicy.CrossRegionCopyRuleProperty
-
getTarget
Description copied from interface:CfnLifecyclePolicy.CrossRegionCopyRulePropertyThe target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.Use this parameter instead of TargetRegion . Do not specify both.
- Specified by:
getTargetin interfaceCfnLifecyclePolicy.CrossRegionCopyRuleProperty
-
getTargetRegion
Description copied from interface:CfnLifecyclePolicy.CrossRegionCopyRulePropertyAvoid using this parameter when creating new policies.
Instead, use Target to specify a target Region or a target Outpost for snapshot copies.
For policies created before the Target parameter was introduced, this parameter indicates the target Region for snapshot copies.
- Specified by:
getTargetRegionin interfaceCfnLifecyclePolicy.CrossRegionCopyRuleProperty
-
$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()
-