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

CreateVolumeFromBackupRequest

import type { CreateVolumeFromBackupRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface CreateVolumeFromBackupRequest {
BackupId: string;
ClientRequestToken?: string | null;
Name: string;
OntapConfiguration?: CreateOntapVolumeConfiguration | null;
Tags?: Tag[] | null;
}

§Properties

§
BackupId: string
[src]
§
ClientRequestToken?: string | null
[src]
§
Name: string
[src]

The name of the new volume you're creating.

§
OntapConfiguration?: CreateOntapVolumeConfiguration | null
[src]

Specifies the configuration of the ONTAP volume that you are creating.

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