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

ContainerDetail

import type { ContainerDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/batch.ts";
interface ContainerDetail {
command?: string[] | null;
containerInstanceArn?: string | null;
environment?: KeyValuePair[] | null;
executionRoleArn?: string | null;
exitCode?: number | null;
fargatePlatformConfiguration?: FargatePlatformConfiguration | null;
image?: string | null;
instanceType?: string | null;
jobRoleArn?: string | null;
linuxParameters?: LinuxParameters | null;
logConfiguration?: LogConfiguration | null;
logStreamName?: string | null;
memory?: number | null;
mountPoints?: MountPoint[] | null;
networkConfiguration?: NetworkConfiguration | null;
networkInterfaces?: NetworkInterface[] | null;
privileged?: boolean | null;
readonlyRootFilesystem?: boolean | null;
reason?: string | null;
resourceRequirements?: ResourceRequirement[] | null;
secrets?: Secret[] | null;
taskArn?: string | null;
ulimits?: Ulimit[] | null;
user?: string | null;
vcpus?: number | null;
volumes?: Volume[] | null;
}

§Properties

§
command?: string[] | null
[src]
§
containerInstanceArn?: string | null
[src]
§
environment?: KeyValuePair[] | null
[src]
§
executionRoleArn?: string | null
[src]
§
exitCode?: number | null
[src]
§
fargatePlatformConfiguration?: FargatePlatformConfiguration | null
[src]
§
image?: string | null
[src]
§
instanceType?: string | null
[src]
§
jobRoleArn?: string | null
[src]
§
linuxParameters?: LinuxParameters | null
[src]
§
logConfiguration?: LogConfiguration | null
[src]
§
logStreamName?: string | null
[src]
§
memory?: number | null
[src]
§
mountPoints?: MountPoint[] | null
[src]
§
networkConfiguration?: NetworkConfiguration | null
[src]
§
networkInterfaces?: NetworkInterface[] | null
[src]
§
privileged?: boolean | null
[src]
§
readonlyRootFilesystem?: boolean | null
[src]
§
reason?: string | null
[src]
§
resourceRequirements?: ResourceRequirement[] | null
[src]
§
secrets?: Secret[] | null
[src]
§
taskArn?: string | null
[src]
§
ulimits?: Ulimit[] | null
[src]
§
user?: string | null
[src]
§
vcpus?: number | null
[src]
§
volumes?: Volume[] | null
[src]