Module Values.ClusterSource

Returns information about a cluster.

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

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

    *)
  2. clusterType : ClusterType.t option;
    (*

    Cluster Type.

    *)
  3. clusterArn : string option;
    (*

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

    *)
  4. clusterName : string option;
    (*

    The name of the cluster.

    *)
  5. creationTime : string option;
    (*

    The time when the cluster was created.

    *)
  6. currentVersion : string option;
    (*

    The current version of the MSK cluster.

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

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

    *)
  8. stateInfo : StateInfo.t option;
    (*

    State Info for the Amazon MSK cluster.

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

    Tags attached to the cluster.

    *)
  10. provisioned : Provisioned.t option;
    (*

    Information about the provisioned cluster.

    *)
  11. serverless : Serverless.t option;
    (*

    Information about the serverless cluster.

    *)
}
Sourceval make : ?activeOperationArn:??? -> ?clusterType:??? -> ?clusterArn:??? -> ?clusterName:??? -> ?creationTime:??? -> ?currentVersion:??? -> ?state:??? -> ?stateInfo:??? -> ?tags:??? -> ?provisioned:??? -> ?serverless:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `List of [> `String of string ] list ]) list ] 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 | `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