Class: Aws::Backup::Types::CopyAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

The details of the copy operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_backup_vault_arnString

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.

Returns:

  • (String)


1279
1280
1281
1282
1283
1284
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1279

class CopyAction < Struct.new(
  :lifecycle,
  :destination_backup_vault_arn)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycleTypes::Lifecycle

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

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, on the console, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.

Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

Returns:



1279
1280
1281
1282
1283
1284
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 1279

class CopyAction < Struct.new(
  :lifecycle,
  :destination_backup_vault_arn)
  SENSITIVE = []
  include Aws::Structure
end