Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateBackupRequest

import type { CreateBackupRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

The request object for the CreateBackup operation.

interface CreateBackupRequest {
ClientRequestToken?: string | null;
FileSystemId?: string | null;
Tags?: Tag[] | null;
VolumeId?: string | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]

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

§
FileSystemId?: string | null
[src]

The ID of the file system to back up.

§
Tags?: Tag[] | null
[src]

(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 operation, no existing file system tags are copied from the file system to the backup.

§
VolumeId?: string | null
[src]

(Optional) The ID of the FSx for ONTAP volume to back up.