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

AwsEcsTaskVolumeDetails

import type { AwsEcsTaskVolumeDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides information about a data volume that's used in a task definition.

interface AwsEcsTaskVolumeDetails {
Name?: string | null;
}

§Properties

§

This parameter is specified when you use bind mount host volumes. The contents of the host parameter determine whether your bind mount host volume persists on the host container instance and where it's stored.

§
Name?: string | null
[src]

The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. This name is referenced in the sourceVolume parameter of container definition mountPoints.