Class: Aws::SecurityHub::Types::AwsBackupBackupPlanRuleCopyActionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsBackupBackupPlanRuleCopyActionsDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#destination_backup_vault_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.
-
#lifecycle ⇒ Types::AwsBackupBackupPlanLifecycleDetails
Defines when a protected resource is transitioned to cold storage and when it expires.
Instance Attribute Details
#destination_backup_vault_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.
3306 3307 3308 3309 3310 3311 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3306 class AwsBackupBackupPlanRuleCopyActionsDetails < Struct.new( :destination_backup_vault_arn, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#lifecycle ⇒ Types::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 don’t 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.
3306 3307 3308 3309 3310 3311 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3306 class AwsBackupBackupPlanRuleCopyActionsDetails < Struct.new( :destination_backup_vault_arn, :lifecycle) SENSITIVE = [] include Aws::Structure end |