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

CreateRoutingControlRequest

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

The details of the routing control that you're creating.

interface CreateRoutingControlRequest {
ClientToken?: string | null;
ClusterArn: string;
ControlPanelArn?: string | null;
RoutingControlName: string;
}

§Properties

§
ClientToken?: string | null
[src]

A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.

§
ClusterArn: string
[src]

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

§
ControlPanelArn?: string | null
[src]

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

§
RoutingControlName: string
[src]

The name of the routing control.