Class CfnLifecyclePolicy.CrossRegionCopyActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.CrossRegionCopyActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLifecyclePolicy.CrossRegionCopyActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLifecyclePolicy.CrossRegionCopyActionProperty
@Stability(Stable)
@Internal
public static final class CfnLifecyclePolicy.CrossRegionCopyActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLifecyclePolicy.CrossRegionCopyActionProperty
An implementation for
CfnLifecyclePolicy.CrossRegionCopyActionProperty
-
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.CrossRegionCopyActionProperty
CfnLifecyclePolicy.CrossRegionCopyActionProperty.Builder, CfnLifecyclePolicy.CrossRegionCopyActionProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLifecyclePolicy.CrossRegionCopyActionProperty.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 Object
The encryption settings for the copied snapshot.final Object
Specifies 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 String
The target Region.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.CrossRegionCopyActionProperty.Builder
.
-
-
Method Details
-
getEncryptionConfiguration
Description copied from interface:CfnLifecyclePolicy.CrossRegionCopyActionProperty
The encryption settings for the copied snapshot.- Specified by:
getEncryptionConfiguration
in interfaceCfnLifecyclePolicy.CrossRegionCopyActionProperty
- See Also:
-
getTarget
Description copied from interface:CfnLifecyclePolicy.CrossRegionCopyActionProperty
The target Region.- Specified by:
getTarget
in interfaceCfnLifecyclePolicy.CrossRegionCopyActionProperty
- See Also:
-
getRetainRule
Description copied from interface:CfnLifecyclePolicy.CrossRegionCopyActionProperty
Specifies 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.
- Specified by:
getRetainRule
in interfaceCfnLifecyclePolicy.CrossRegionCopyActionProperty
- 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()
-