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

UpdateRoutingControlStateEntry

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

A routing control state.

interface UpdateRoutingControlStateEntry {
RoutingControlArn: string;
RoutingControlState: RoutingControlState;
}

§Properties

§
RoutingControlArn: string
[src]

The Amazon Resource Number (ARN) for the routing control state entry.

§
RoutingControlState: RoutingControlState
[src]

The routing control state in a set of routing control state entries.