Module Values.ClusterInfoSource

Returns information about a cluster.

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

    Arn of active cluster operation.

    *)
  2. brokerNodeGroupInfo : BrokerNodeGroupInfo.t option;
    (*

    Information about the broker nodes.

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

    Contains information about intelligent rebalancing for new MSK Provisioned clusters with Express brokers. By default, intelligent rebalancing status is ACTIVE.

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

    Includes all client authentication information.

    *)
  5. clusterArn : string option;
    (*

    The Amazon Resource Name (ARN) that uniquely identifies the cluster.

    *)
  6. clusterName : string option;
    (*

    The name of the cluster.

    *)
  7. creationTime : string option;
    (*

    The time when the cluster was created.

    *)
  8. currentBrokerSoftwareInfo : BrokerSoftwareInfo.t option;
    (*

    Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.

    *)
  9. currentVersion : string option;
    (*

    The current version of the MSK cluster.

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

    Includes all encryption-related information.

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

    Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

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

    Settings for open monitoring using Prometheus.

    *)
  13. loggingInfo : LoggingInfo.t option;
  14. numberOfBrokerNodes : int option;
    (*

    The number of broker nodes in the cluster.

    *)
  15. state : ClusterState.t option;
    (*

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

    *)
  16. stateInfo : StateInfo.t option;
  17. tags : (string * string) list option;
    (*

    Tags attached to the cluster.

    *)
  18. zookeeperConnectString : string option;
    (*

    The connection string to use to connect to the Apache ZooKeeper cluster.

    *)
  19. zookeeperConnectStringTls : string option;
    (*

    The connection string to use to connect to zookeeper cluster on Tls port.

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

    This controls storage mode for supported storage tiers.

    *)
  21. customerActionStatus : CustomerActionStatus.t option;
    (*

    Determines if there is an action required from the customer.

    *)
}
Sourceval make : ?activeOperationArn:??? -> ?brokerNodeGroupInfo:??? -> ?rebalancing:??? -> ?clientAuthentication:??? -> ?clusterArn:??? -> ?clusterName:??? -> ?creationTime:??? -> ?currentBrokerSoftwareInfo:??? -> ?currentVersion:??? -> ?encryptionInfo:??? -> ?enhancedMonitoring:??? -> ?openMonitoring:??? -> ?loggingInfo:??? -> ?numberOfBrokerNodes:??? -> ?state:??? -> ?stateInfo:??? -> ?tags:??? -> ?zookeeperConnectString:??? -> ?zookeeperConnectStringTls:??? -> ?storageMode:??? -> ?customerActionStatus:??? -> 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 | `Timestamp of string ]) 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