CopyAction

The details of the copy operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Contains an array of Transition objects specifying how long in days before a recovery point transitions to cold storage or is deleted.

Functions

Link copied to clipboard
inline fun copy(block: CopyAction.Builder.() -> Unit = {}): CopyAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String