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/guardduty.ts?docs=full";

Container volume mount.

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

§Properties

§
MountPath?: string | null
[src]

Volume mount path.

§
Name?: string | null
[src]

Volume mount name.