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

UpdateRoutingControlStateRequest

import type { UpdateRoutingControlStateRequest } from "https://aws-api.deno.dev/v0.4/services/route53recoverycluster.ts?docs=full";
interface UpdateRoutingControlStateRequest {
RoutingControlArn: string;
RoutingControlState: RoutingControlState;
SafetyRulesToOverride?: string[] | null;
}

§Properties

§
RoutingControlArn: string
[src]

The Amazon Resource Name (ARN) for the routing control that you want to update the state for.

§
RoutingControlState: RoutingControlState
[src]

The state of the routing control. You can set the value to be On or Off.

§
SafetyRulesToOverride?: string[] | null
[src]

The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating the state of a routing control. You can override one safety rule or multiple safety rules by including one or more ARNs, separated by commas.

For more information, see Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide.