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

EcsCluster

import type { EcsCluster } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";

Describes a registered Amazon ECS cluster.

interface EcsCluster {
EcsClusterArn?: string | null;
EcsClusterName?: string | null;
RegisteredAt?: string | null;
StackId?: string | null;
}

§Properties

§
EcsClusterArn?: string | null
[src]

The cluster's ARN.

§
EcsClusterName?: string | null
[src]

The cluster name.

§
RegisteredAt?: string | null
[src]

The time and date that the cluster was registered with the stack.

§
StackId?: string | null
[src]

The stack ID.