paws.security.identity (version 0.1.0)

cloudhsmv2_copy_backup_to_region: Copy an AWS CloudHSM cluster backup to a different region

Description

Copy an AWS CloudHSM cluster backup to a different region.

Usage

cloudhsmv2_copy_backup_to_region(DestinationRegion, BackupId)

Arguments

DestinationRegion

[required] The AWS region that will contain your copied CloudHSM cluster backup.

BackupId

[required] The ID of the backup that will be copied to the destination region.

Request syntax

svc$copy_backup_to_region(
  DestinationRegion = "string",
  BackupId = "string"
)