Values.AwsMskClusterClusterInfoDetailsSourceProvide details about an Amazon Managed Streaming for Apache Kafka (Amazon MSK) cluster.
type nonrec t = {encryptionInfo : AwsMskClusterClusterInfoEncryptionInfoDetails.t option;Includes encryption-related information, such as the KMS key used for encrypting data at rest and whether you want Amazon MSK to encrypt your data in transit.
*)currentVersion : NonEmptyString.t option;The current version of the cluster.
*)numberOfBrokerNodes : Integer.t option;The number of broker nodes in the cluster.
*)clusterName : NonEmptyString.t option;The name of the cluster.
*)clientAuthentication : AwsMskClusterClusterInfoClientAuthenticationDetails.t
option;Provides information for different modes of client authentication.
*)enhancedMonitoring : NonEmptyString.t option;Specifies the level of monitoring for the cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t
| `Structure of
(string * [> `Boolean of Boolean.t ]) list ])
list ])
list ])
list ]