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

CreateClusterRequest

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

Creates a cluster.

interface CreateClusterRequest {
ClientToken?: string | null;
ClusterName: 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.

§
ClusterName: string
[src]

The name of the cluster.

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

The tags associated with the cluster.