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

AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails

import type { AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails {
Autoprovision?: boolean | null;
Driver?: string | null;
DriverOpts?: {
[key: string]: string | null | undefined;
}
| null;
Labels?: {
[key: string]: string | null | undefined;
}
| null;
Scope?: string | 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?: string | null
[src]