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

CreateClusterResponse

import type { CreateClusterResponse } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface CreateClusterResponse {
ClusterArn?: string | null;
ClusterName?: string | null;
State?: ClusterState | null;
}

§Properties

§
ClusterArn?: string | null
[src]

The Amazon Resource Name (ARN) of the cluster.

§
ClusterName?: string | null
[src]

The name of the MSK cluster.

§
State?: ClusterState | null
[src]

The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.