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

CreateVolumeRequest

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

§Properties

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

Specifies the name of the volume that you're creating.

§
OntapConfiguration?: CreateOntapVolumeConfiguration | null
[src]

Specifies the configuration to use when creating the ONTAP volume.

§
OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration | null
[src]

Specifies the configuration to use when creating the OpenZFS volume.

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

Specifies the type of volume to create; ONTAP and OPENZFS are the only valid volume types.