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

ControlPanel

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

A control panel represents a group of routing controls that can be changed together in a single transaction.

interface ControlPanel {
ClusterArn?: string | null;
ControlPanelArn?: string | null;
DefaultControlPanel?: boolean | null;
Name?: string | null;
RoutingControlCount?: number | null;
Status?: Status | null;
}

§Properties

§
ClusterArn?: string | null
[src]

The Amazon Resource Name (ARN) of the cluster that includes the control panel.

§
ControlPanelArn?: string | null
[src]

The Amazon Resource Name (ARN) of the control panel.

§
DefaultControlPanel?: boolean | null
[src]

A flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default control panel for a cluster. When you create a cluster, Amazon Route 53 Application Recovery Controller creates a control panel, and sets this flag for that control panel. If you create a control panel yourself, this flag is set to false.

§
Name?: string | null
[src]

The name of the control panel. You can use any non-white space character in the name.

§
RoutingControlCount?: number | null
[src]

The number of routing controls in the control panel.

§
Status?: Status | null
[src]

The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.