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

RoutingControl

import type { RoutingControl } from "https://aws-api.deno.dev/v0.4/services/route53recoverycluster.ts?docs=full";

A routing control, which is a simple on/off switch that you can use to route traffic to cells. When a routing control state is On, traffic flows to a cell. When the state is Off, traffic does not flow.

interface RoutingControl {
ControlPanelArn?: string | null;
ControlPanelName?: string | null;
RoutingControlArn?: string | null;
RoutingControlName?: string | null;
RoutingControlState?: RoutingControlState | null;
}

§Properties

§
ControlPanelArn?: string | null
[src]

The Amazon Resource Name (ARN) of the control panel where the routing control is located.

§
ControlPanelName?: string | null
[src]

The name of the control panel where the routing control is located.

§
RoutingControlArn?: string | null
[src]

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

§
RoutingControlName?: string | null
[src]

The name of the routing control.

§
RoutingControlState?: RoutingControlState | null
[src]

The current state of the routing control. When a routing control state is On, traffic flows to a cell. When the state is Off, traffic does not flow.