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

Volume

import type { Volume } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";
interface Volume {
dockerVolumeConfiguration?: DockerVolumeConfiguration | null;
efsVolumeConfiguration?: EFSVolumeConfiguration | null;
fsxWindowsFileServerVolumeConfiguration?: FSxWindowsFileServerVolumeConfiguration | null;
host?: HostVolumeProperties | null;
name?: string | null;
}

§Properties

§
dockerVolumeConfiguration?: DockerVolumeConfiguration | null
[src]
§
efsVolumeConfiguration?: EFSVolumeConfiguration | null
[src]
§
fsxWindowsFileServerVolumeConfiguration?: FSxWindowsFileServerVolumeConfiguration | null
[src]
§
name?: string | null
[src]