Class BackupPlanCopyActionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.BackupPlanCopyActionProps.Jsii$Proxy
All Implemented Interfaces:
BackupPlanCopyActionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
BackupPlanCopyActionProps

@Stability(Stable) @Internal public static final class BackupPlanCopyActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BackupPlanCopyActionProps
An implementation for BackupPlanCopyActionProps
  • 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

      protected Jsii$Proxy(BackupPlanCopyActionProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the BackupPlanCopyActionProps.Builder.
  • Method Details

    • getDestinationBackupVault

      public final IBackupVault getDestinationBackupVault()
      Description copied from interface: BackupPlanCopyActionProps
      Destination Vault for recovery points to be copied into.
      Specified by:
      getDestinationBackupVault in interface BackupPlanCopyActionProps
    • getDeleteAfter

      public final Duration getDeleteAfter()
      Description copied from interface: BackupPlanCopyActionProps
      Specifies the duration after creation that a copied recovery point is deleted from the destination vault.

      Must be at least 90 days greater than moveToColdStorageAfter, if specified.

      Default: - recovery point is never deleted

      Specified by:
      getDeleteAfter in interface BackupPlanCopyActionProps
    • getMoveToColdStorageAfter

      public final Duration getMoveToColdStorageAfter()
      Description copied from interface: BackupPlanCopyActionProps
      Specifies the duration after creation that a copied recovery point is moved to cold storage.

      Default: - recovery point is never moved to cold storage

      Specified by:
      getMoveToColdStorageAfter in interface BackupPlanCopyActionProps
    • $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