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

AwsMountPoint

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

Details for a volume mount point that's used in a container definition.

interface AwsMountPoint {
ContainerPath?: string | null;
SourceVolume?: string | null;
}

§Properties

§
ContainerPath?: string | null
[src]

The path on the container to mount the host volume at.

§
SourceVolume?: string | null
[src]

The name of the volume to mount. Must be a volume name referenced in the name parameter of task definition volume.