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

DockerVolumeConfiguration

import type { DockerVolumeConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";
interface DockerVolumeConfiguration {
autoprovision?: boolean | null;
driver?: string | null;
driverOpts?: {
[key: string]: string | null | undefined;
}
| null;
labels?: {
[key: string]: string | null | undefined;
}
| null;
scope?: Scope | null;
}

§Properties

§
autoprovision?: boolean | null
[src]
§
driver?: string | null
[src]
§
driverOpts?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
labels?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
scope?: Scope | null
[src]