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
§
healthStatus?: HealthStatus | null
[src]§
managedAgents?: ManagedAgent[] | null
[src]§
networkBindings?: NetworkBinding[] | null
[src]§
networkInterfaces?: NetworkInterface[] | null
[src]