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

AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails

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

A host device to expose to the container.

interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails {
ContainerPath?: string | null;
HostPath?: string | null;
Permissions?: string[] | null;
}

§Properties

§
ContainerPath?: string | null
[src]

The path inside the container at which to expose the host device.

§
HostPath?: string | null
[src]

The path for the device on the host container instance.

§
Permissions?: string[] | null
[src]

The explicit permissions to provide to the container for the device. By default, the container has permissions for read, write, and mknod for the device.