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

AwsEcsTaskVolumeHostDetails

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

Provides details on a container instance bind mount host volume.

interface AwsEcsTaskVolumeHostDetails {
SourcePath?: string | null;
}

§Properties

§
SourcePath?: string | null
[src]

When the host parameter is used, specify a sourcePath to declare the path on the host container instance that's presented to the container.