MountPoint
import type { MountPoint } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";interface MountPoint {
containerPath?: string | null;
readOnly?: boolean | null;
sourceVolume?: string | null;
}import type { MountPoint } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";