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

ListControlPanelsRequest

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

§Properties

§
ClusterArn?: string | null
[src]

The Amazon Resource Name (ARN) of a cluster.

§
MaxResults?: number | null
[src]

The number of objects that you want to return with this call.

§
NextToken?: string | null
[src]

The token that identifies which batch of results you want to see.