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

AwsEcsTaskDefinitionVolumesHostDetails

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

Information about a bind mount host volume.

interface AwsEcsTaskDefinitionVolumesHostDetails {
SourcePath?: string | null;
}

§Properties

§
SourcePath?: string | null
[src]

The path on the host container instance that is presented to the container.