You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FSx::Types::CreateBackupRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateBackupRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

The request object for the CreateBackup operation.

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

(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 AWS Command Line Interface (AWS CLI) or an AWS SDK.

Returns:

  • (String)

    (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.

#file_system_idString

The ID of the file system to back up.

Returns:

  • (String)

    The ID of the file system to back up.

#tagsArray<Types::Tag>

(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.

Returns:

  • (Array<Types::Tag>)

    (Optional) The tags to apply to the backup at backup creation.