Module Values.MutableClusterInfoSource

Information about cluster attributes that can be updated via update APIs.

Sourcetype nonrec t = {
  1. brokerEBSVolumeInfo : BrokerEBSVolumeInfo.t list option;
    (*

    Specifies the size of the EBS volume and the ID of the associated broker.

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

    Information about the changes in the configuration of the brokers.

    *)
  3. numberOfBrokerNodes : int option;
    (*

    The number of broker nodes in the cluster.

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

    Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.

    *)
  5. openMonitoring : OpenMonitoring.t option;
    (*

    The settings for open monitoring.

    *)
  6. zookeeperAccess : ZookeeperAccess.t option;
    (*

    Access control settings for zookeeper

    *)
  7. kafkaVersion : string option;
    (*

    The Apache Kafka version.

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

    You can configure your MSK cluster to send broker logs to different destination types. This is a container for the configuration details related to broker logs.

    *)
  9. instanceType : string option;
    (*

    Information about the Amazon MSK broker type.

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

    Includes all client authentication information.

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

    Includes all encryption-related information.

    *)
  12. connectivityInfo : ConnectivityInfo.t option;
    (*

    Information about the broker access configuration.

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

    This controls storage mode for supported storage tiers.

    *)
  14. brokerCountUpdateInfo : BrokerCountUpdateInfo.t option;
    (*

    Describes brokers being changed during a broker count update.

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

    Describes the intelligent rebalancing configuration of an MSK Provisioned cluster with Express brokers.

    *)
}
Sourceval make : ?brokerEBSVolumeInfo:??? -> ?configurationInfo:??? -> ?numberOfBrokerNodes:??? -> ?enhancedMonitoring:??? -> ?openMonitoring:??? -> ?zookeeperAccess:??? -> ?kafkaVersion:??? -> ?loggingInfo:??? -> ?instanceType:??? -> ?clientAuthentication:??? -> ?encryptionInfo:??? -> ?connectivityInfo:??? -> ?storageMode:??? -> ?brokerCountUpdateInfo:??? -> ?rebalancing:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int ]) list ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `Double of float ] 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 | `String of string | `Structure of (string * [> `Boolean of bool | `Structure of (string * [> `Boolean of bool ]) 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