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.deno.dev/v0.3/services/route53recoverycontrolconfig.ts?docs=full";

A set of five redundant Regional endpoints against which you can execute API calls to update or get the state of routing controls. You can host multiple control panels and routing controls on one cluster.

interface Cluster {
ClusterArn?: string | null;
ClusterEndpoints?: ClusterEndpoint[] | null;
Name?: string | null;
Status?: Status | null;
}

§Properties

§
ClusterArn?: string | null
[src]

The Amazon Resource Name (ARN) of the cluster.

§
ClusterEndpoints?: ClusterEndpoint[] | null
[src]

Endpoints for a cluster. Specify one of these endpoints when you want to set or retrieve a routing control state in the cluster.

To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions.

§
Name?: string | null
[src]

The name of the cluster.

§
Status?: Status | null
[src]

Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.