Class CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.dlm.CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty
@Stability(Stable)
@Internal
public static final class CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty
An implementation for
CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty-
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.dlm.CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty
CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty.Builder, CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty.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 ObjectThe encryption settings for the copied snapshot.final ObjectSpecifies a retention rule for cross-Region snapshot copies created by snapshot or event-based policies, or cross-Region AMI copies created by AMI policies.final StringThe target Region.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 theCfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty.Builder.
-
-
Method Details
-
getEncryptionConfiguration
Description copied from interface:CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionPropertyThe encryption settings for the copied snapshot.Returns union: either
IResolvableorCfnLifecyclePolicyPropsMixin.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty- See Also:
-
getRetainRule
Description copied from interface:CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionPropertySpecifies a retention rule for cross-Region snapshot copies created by snapshot or event-based policies, or cross-Region AMI copies created by AMI policies.After the retention period expires, the cross-Region copy is deleted.
Returns union: either
IResolvableorCfnLifecyclePolicyPropsMixin.CrossRegionCopyRetainRuleProperty- Specified by:
getRetainRulein interfaceCfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty- See Also:
-
getTarget
Description copied from interface:CfnLifecyclePolicyPropsMixin.CrossRegionCopyActionPropertyThe target Region.- Specified by:
getTargetin interfaceCfnLifecyclePolicyPropsMixin.CrossRegionCopyActionProperty- 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()
-