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
  • Constructor Details

  • Method Details

    • getDestinationBackupVaultArn

      public final String 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 interface CfnBackupPlan.CopyActionResourceTypeProperty
    • getLifecycle

      public final Object 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 interface CfnBackupPlan.CopyActionResourceTypeProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object