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

ContainerInstance

import type { ContainerInstance } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";
interface ContainerInstance {
agentConnected?: boolean | null;
agentUpdateStatus?: AgentUpdateStatus | null;
attachments?: Attachment[] | null;
attributes?: Attribute[] | null;
capacityProviderName?: string | null;
containerInstanceArn?: string | null;
ec2InstanceId?: string | null;
pendingTasksCount?: number | null;
registeredAt?: Date | number | null;
registeredResources?: Resource[] | null;
remainingResources?: Resource[] | null;
runningTasksCount?: number | null;
status?: string | null;
statusReason?: string | null;
tags?: Tag[] | null;
version?: number | null;
versionInfo?: VersionInfo | null;
}

§Properties

§
agentConnected?: boolean | null
[src]
§
agentUpdateStatus?: AgentUpdateStatus | null
[src]
§
attachments?: Attachment[] | null
[src]
§
attributes?: Attribute[] | null
[src]
§
capacityProviderName?: string | null
[src]
§
containerInstanceArn?: string | null
[src]
§
ec2InstanceId?: string | null
[src]
§
pendingTasksCount?: number | null
[src]
§
registeredAt?: Date | number | null
[src]
§
registeredResources?: Resource[] | null
[src]
§
remainingResources?: Resource[] | null
[src]
§
runningTasksCount?: number | null
[src]
§
status?: string | null
[src]
§
statusReason?: string | null
[src]
§
tags?: Tag[] | null
[src]
§
version?: number | null
[src]
§
versionInfo?: VersionInfo | null
[src]