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

Cluster

import type { Cluster } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";
interface Cluster {
activeServicesCount?: number | null;
attachments?: Attachment[] | null;
attachmentsStatus?: string | null;
capacityProviders?: string[] | null;
clusterArn?: string | null;
clusterName?: string | null;
configuration?: ClusterConfiguration | null;
defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[] | null;
pendingTasksCount?: number | null;
registeredContainerInstancesCount?: number | null;
runningTasksCount?: number | null;
settings?: ClusterSetting[] | null;
statistics?: KeyValuePair[] | null;
status?: string | null;
tags?: Tag[] | null;
}

§Properties

§
activeServicesCount?: number | null
[src]
§
attachments?: Attachment[] | null
[src]
§
attachmentsStatus?: string | null
[src]
§
capacityProviders?: string[] | null
[src]
§
clusterArn?: string | null
[src]
§
clusterName?: string | null
[src]
§
configuration?: ClusterConfiguration | null
[src]
§
defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[] | null
[src]
§
pendingTasksCount?: number | null
[src]
§
registeredContainerInstancesCount?: number | null
[src]
§
runningTasksCount?: number | null
[src]
§
settings?: ClusterSetting[] | null
[src]
§
statistics?: KeyValuePair[] | null
[src]
§
status?: string | null
[src]
§
tags?: Tag[] | null
[src]