- Navigation Guide
@aws-sdk/client-fsx
CopyBackupCommandInput Interface
Members
Name | Type | Details |
---|---|---|
SourceBackupId Required | string | undefined | The ID of the source backup. Specifies the ID of the backup that's being copied. |
ClientRequestToken | string | undefined | (Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK. |
CopyTags | boolean | undefined | A Boolean flag indicating whether tags from the source backup should be copied to the backup copy. This value defaults to If you set |
KmsKeyId | string | undefined | Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on Amazon FSx file systems, as follows:
If a |
SourceRegion | string | undefined | The source Amazon Web Services Region of the backup. Specifies the Amazon Web Services Region from which the backup is being copied. The source and destination Regions must be in the same Amazon Web Services partition. If you don't specify a Region, |
Tags | Tag[] | undefined | A list of |
Full Signature
export interface CopyBackupCommandInput extends CopyBackupRequest