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

ListRoutingControlsRequest

import type { ListRoutingControlsRequest } from "https://aws-api.deno.dev/v0.4/services/route53recoverycluster.ts?docs=full";
interface ListRoutingControlsRequest {
ControlPanelArn?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
ControlPanelArn?: string | null
[src]

The Amazon Resource Name (ARN) of the control panel of the routing controls to list.

§
MaxResults?: number | null
[src]

The number of routing controls objects that you want to return with this call. The default value is 500.

§
NextToken?: string | null
[src]

The token for the next set of results. You receive this token from a previous call.