Module Values.ProvisionedRequestSource

Provisioned cluster request.

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

    Information about the brokers.

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

    Specifies if intelligent rebalancing is turned on for your MSK Provisioned cluster with Express brokers. For all new Express-based clusters that you create, intelligent rebalancing is turned on by default.

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

    Includes all client authentication information.

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

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

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

    Includes all encryption-related information.

    *)
  6. 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.

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

    The settings for open monitoring.

    *)
  8. kafkaVersion : string;
    (*

    The Apache Kafka version that you want for the cluster.

    *)
  9. loggingInfo : LoggingInfo.t option;
    (*

    Log delivery information for the cluster.

    *)
  10. numberOfBrokerNodes : int;
    (*

    The number of broker nodes in the cluster.

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

    This controls storage mode for supported storage tiers.

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