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

VolumeMount

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

Describes the mounting of a volume in a container.

interface VolumeMount {
MountPath?: string | null;
Name?: string | null;
}

§Properties

§
MountPath?: string | null
[src]

The path in the container at which the volume should be mounted.

§
Name?: string | null
[src]

The name of the volume.