public static final class CfnBackupPlan.CopyActionResourceTypeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBackupPlan.CopyActionResourceTypeProperty
CfnBackupPlan.CopyActionResourceTypeProperty
CfnBackupPlan.CopyActionResourceTypeProperty.Builder, CfnBackupPlan.CopyActionResourceTypeProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDestinationBackupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.
|
java.lang.Object |
getLifecycle()
Defines when a protected resource is transitioned to cold storage and when it expires.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDestinationBackupVaultArn()
CfnBackupPlan.CopyActionResourceTypeProperty
For example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
getDestinationBackupVaultArn
in interface CfnBackupPlan.CopyActionResourceTypeProperty
public final java.lang.Object getLifecycle()
CfnBackupPlan.CopyActionResourceTypeProperty
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.
getLifecycle
in interface CfnBackupPlan.CopyActionResourceTypeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()