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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.backup.CfnBackupPlan.CopyActionResourceTypeProperty
CfnBackupPlan.CopyActionResourceTypeProperty.Builder, CfnBackupPlan.CopyActionResourceTypeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBackupPlan.CopyActionResourceTypeProperty.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
An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.final Object
Defines when a protected resource is transitioned to cold storage and when it expires.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 theCfnBackupPlan.CopyActionResourceTypeProperty.Builder
.
-
-
Method Details
-
getDestinationBackupVaultArn
Description copied from interface:CfnBackupPlan.CopyActionResourceTypeProperty
An 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:
getDestinationBackupVaultArn
in interfaceCfnBackupPlan.CopyActionResourceTypeProperty
- See Also:
-
getLifecycle
Description copied from interface:CfnBackupPlan.CopyActionResourceTypeProperty
Defines 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:
getLifecycle
in interfaceCfnBackupPlan.CopyActionResourceTypeProperty
- 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()
-