class Aws::FSx::Types::CopyBackupRequest

@note When making an API call, you may pass CopyBackupRequest

data as a hash:

    {
      client_request_token: "ClientRequestToken",
      source_backup_id: "SourceBackupId", # required
      source_region: "Region",
      kms_key_id: "KmsKeyId",
      copy_tags: false,
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] client_request_token

(Optional) An idempotency token for resource creation, in a string
of up to 64 ASCII characters. This token is automatically filled on
your behalf when you use the Command Line Interface (CLI) or an
Amazon Web Services SDK.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] source_backup_id

The ID of the source backup. Specifies the ID of the backup that is
being copied.
@return [String]

@!attribute [rw] source_region

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, it defaults to
the Region where the request is sent from (in-Region copy).
@return [String]

@!attribute [rw] kms_key_id

The ID of the Key Management Service (KMS) key used to encrypt the
file system's data for Amazon FSx for Windows File Server file
systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx
for Lustre `PERSISTENT_1` file systems at rest. If not specified,
the Amazon FSx managed key is used. The Amazon FSx for Lustre
`SCRATCH_1` and `SCRATCH_2` file systems are always encrypted at
rest using Amazon FSx managed keys. For more information, see
[Encrypt][1] in the *Key Management Service API Reference*.

[1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html
@return [String]

@!attribute [rw] copy_tags

A boolean flag indicating whether tags from the source backup should
be copied to the backup copy. This value defaults to false.

If you set `CopyTags` to true and the source backup has existing
tags, you can use the `Tags` parameter to create new tags, provided
that the sum of the source backup tags and the new tags doesn't
exceed 50. Both sets of tags are merged. If there are tag conflicts
(for example, two tags with the same key but different values), the
tags created with the `Tags` parameter take precedence.
@return [Boolean]

@!attribute [rw] tags

A list of `Tag` values, with a maximum of 50 elements.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopyBackupRequest AWS API Documentation

Constants

SENSITIVE