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

CreateClusterV2Request

import type { CreateClusterV2Request } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface CreateClusterV2Request {
ClusterName: string;
Provisioned?: ProvisionedRequest | null;
Serverless?: ServerlessRequest | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ClusterName: string
[src]

The name of the cluster.

§
Provisioned?: ProvisionedRequest | null
[src]

Information about the provisioned cluster.

§
Serverless?: ServerlessRequest | null
[src]

Information about the serverless cluster.

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

A map of tags that you want the cluster to have.