class Aws::FSx::Types::CreateBackupRequest

The request object for the `CreateBackup` operation.

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

data as a hash:

    {
      file_system_id: "FileSystemId",
      client_request_token: "ClientRequestToken",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
      volume_id: "VolumeId",
    }

@!attribute [rw] file_system_id

The ID of the file system to back up.
@return [String]

@!attribute [rw] client_request_token

(Optional) A string of up to 64 ASCII characters that Amazon FSx
uses to ensure idempotent creation. This string 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] tags

(Optional) The tags to apply to the backup at backup creation. The
key value of the `Name` tag appears in the console as the backup
name. If you have set `CopyTagsToBackups` to true, and you specify
one or more tags using the `CreateBackup` action, no existing file
system tags are copied from the file system to the backup.
@return [Array<Types::Tag>]

@!attribute [rw] volume_id

The ID of he FSx for NetApp ONTAP volume to back up.
@return [String]

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

Constants

SENSITIVE