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

Container

import type { Container } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";
interface Container {
containerArn?: string | null;
cpu?: string | null;
exitCode?: number | null;
gpuIds?: string[] | null;
healthStatus?: HealthStatus | null;
image?: string | null;
imageDigest?: string | null;
lastStatus?: string | null;
managedAgents?: ManagedAgent[] | null;
memory?: string | null;
memoryReservation?: string | null;
name?: string | null;
networkBindings?: NetworkBinding[] | null;
networkInterfaces?: NetworkInterface[] | null;
reason?: string | null;
runtimeId?: string | null;
taskArn?: string | null;
}

§Properties

§
containerArn?: string | null
[src]
§
cpu?: string | null
[src]
§
exitCode?: number | null
[src]
§
gpuIds?: string[] | null
[src]
§
healthStatus?: HealthStatus | null
[src]
§
image?: string | null
[src]
§
imageDigest?: string | null
[src]
§
lastStatus?: string | null
[src]
§
managedAgents?: ManagedAgent[] | null
[src]
§
memory?: string | null
[src]
§
memoryReservation?: string | null
[src]
§
name?: string | null
[src]
§
networkBindings?: NetworkBinding[] | null
[src]
§
networkInterfaces?: NetworkInterface[] | null
[src]
§
reason?: string | null
[src]
§
runtimeId?: string | null
[src]
§
taskArn?: string | null
[src]