Module Values.CreateClusterRequestSource

Creates a new MSK cluster.

Sourcetype nonrec t = {
  1. brokerNodeGroupInfo : BrokerNodeGroupInfo.t;
    (*

    Information about the broker nodes in the cluster.

    *)
  2. rebalancing : Rebalancing.t option;
    (*

    Specifies if intelligent rebalancing should be turned on for the new MSK Provisioned cluster with Express brokers. By default, intelligent rebalancing status is ACTIVE for all new clusters.

    *)
  3. clientAuthentication : ClientAuthentication.t option;
    (*

    Includes all client authentication related information.

    *)
  4. clusterName : string;
    (*

    The name of the cluster.

    *)
  5. configurationInfo : ConfigurationInfo.t option;
    (*

    Represents the configuration that you want MSK to use for the brokers in a cluster.

    *)
  6. encryptionInfo : EncryptionInfo.t option;
    (*

    Includes all encryption-related information.

    *)
  7. enhancedMonitoring : EnhancedMonitoring.t option;
    (*

    Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.

    *)
  8. openMonitoring : OpenMonitoringInfo.t option;
    (*

    The settings for open monitoring.

    *)
  9. kafkaVersion : string;
    (*

    The version of Apache Kafka.

    *)
  10. loggingInfo : LoggingInfo.t option;
  11. numberOfBrokerNodes : int;
    (*

    The number of broker nodes in the cluster.

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

    Create tags when creating the cluster.

    *)
  13. storageMode : StorageMode.t option;
    (*

    This controls storage mode for supported storage tiers.

    *)
}
Sourceval context_ : string
Sourceval make : ?rebalancing:??? -> ?clientAuthentication:??? -> ?configurationInfo:??? -> ?encryptionInfo:??? -> ?enhancedMonitoring:??? -> ?openMonitoring:??? -> ?loggingInfo:??? -> ?tags:??? -> ?storageMode:??? -> brokerNodeGroupInfo:BrokerNodeGroupInfo.t -> clusterName:string -> kafkaVersion:string -> numberOfBrokerNodes:int -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of int | `Map of ([> `String of string ] * [> `String of string ]) 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 ]
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