Class CfnBackupPlan.CopyActionResourceTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnBackupPlan.CopyActionResourceTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBackupPlan.CopyActionResourceTypeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBackupPlan.CopyActionResourceTypeProperty
@Stability(Stable)
@Internal
public static final class CfnBackupPlan.CopyActionResourceTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBackupPlan.CopyActionResourceTypeProperty
An implementation for
CfnBackupPlan.CopyActionResourceTypeProperty-
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.backup.CfnBackupPlan.CopyActionResourceTypeProperty
CfnBackupPlan.CopyActionResourceTypeProperty.Builder, CfnBackupPlan.CopyActionResourceTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBackupPlan.CopyActionResourceTypeProperty.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 StringAn Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.final ObjectDefines when a protected resource is transitioned to cold storage and when it expires.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 theCfnBackupPlan.CopyActionResourceTypeProperty.Builder.
-
-
Method Details
-
getDestinationBackupVaultArn
Description copied from interface:CfnBackupPlan.CopyActionResourceTypePropertyAn Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.For example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.- Specified by:
getDestinationBackupVaultArnin interfaceCfnBackupPlan.CopyActionResourceTypeProperty- See Also:
-
getLifecycle
Description copied from interface:CfnBackupPlan.CopyActionResourceTypePropertyDefines when a protected resource is transitioned to cold storage and when it expires.AWS Backup transitions and expires backups automatically according to the lifecycle that you define. If you do not specify a lifecycle, AWS Backup applies the lifecycle policy of the source backup to the destination backup.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.
- Specified by:
getLifecyclein interfaceCfnBackupPlan.CopyActionResourceTypeProperty- 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()
-