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

ClusterEndpoint

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

A cluster endpoint. Specify an endpoint when you want to set or retrieve a routing control state in the cluster.

interface ClusterEndpoint {
Endpoint?: string | null;
Region?: string | null;
}

§Properties

§
Endpoint?: string | null
[src]

A cluster endpoint. Specify an endpoint and Amazon Web Services Region 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.

§
Region?: string | null
[src]

The Amazon Web Services Region for a cluster endpoint.