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/route53recoverycontrolconfig.ts?docs=full";

A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control traffic routing.

interface RoutingControl {
ControlPanelArn?: string | null;
Name?: string | null;
RoutingControlArn?: string | null;
Status?: Status | null;
}

§Properties

§
ControlPanelArn?: string | null
[src]

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

§
Name?: string | null
[src]

The name of the routing control.

§
RoutingControlArn?: string | null
[src]

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

§
Status?: Status | null
[src]

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