Module Values.CreateClusterV2RequestSource

Creates a new MSK cluster.

Sourcetype nonrec t = {
  1. clusterName : string;
    (*

    The name of the cluster.

    *)
  2. tags : (string * string) list option;
    (*

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

    *)
  3. provisioned : ProvisionedRequest.t option;
    (*

    Information about the provisioned cluster.

    *)
  4. serverless : ServerlessRequest.t option;
    (*

    Information about the serverless cluster.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ?provisioned:??? -> ?serverless:??? -> clusterName:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `List of [> `String of string ] list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int | `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int | `Structure of (string * [> `Boolean of bool | `Structure of (string * [> `Boolean of bool ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t