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

CreateControlPanelRequest

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

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

interface CreateControlPanelRequest {
ClientToken?: string | null;
ClusterArn: string;
ControlPanelName: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§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 for the control panel.

§
ControlPanelName: string
[src]

The name of the control panel.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags associated with the control panel.