Class: Aws::SecurityHub::Types::AwsBackupBackupPlanRuleCopyActionsDetails

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

Overview

An array of CopyAction objects, each of which contains 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.

Returns:

  • (String)


3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3302

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

#lifecycleTypes::AwsBackupBackupPlanLifecycleDetails

Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you do not specify a lifecycle, 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.



3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3302

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