class Aws::CloudHSMV2::Types::CopyBackupToRegionRequest
@note When making an API call, you may pass CopyBackupToRegionRequest
data as a hash: { destination_region: "Region", # required backup_id: "BackupId", # required tag_list: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] destination_region
The AWS region that will contain your copied CloudHSM cluster backup. @return [String]
@!attribute [rw] backup_id
The ID of the backup that will be copied to the destination region. @return [String]
@!attribute [rw] tag_list
Tags to apply to the destination backup during creation. If you specify tags, only these tags will be applied to the destination backup. If you do not specify tags, the service copies tags from the source backup to the destination backup. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/CopyBackupToRegionRequest AWS API Documentation
Constants
- SENSITIVE