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

AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails

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

A data volume to mount from another container.

interface AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails {
ReadOnly?: boolean | null;
SourceContainer?: string | null;
}

§Properties

§
ReadOnly?: boolean | null
[src]

Whether the container has read-only access to the volume.

§
SourceContainer?: string | null
[src]

The name of another container within the same task definition from which to mount volumes.