Module Values.UpdateSecurityRequestSource

Updates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters.

Sourcetype nonrec t = {
  1. clientAuthentication : ClientAuthentication.t option;
    (*

    Includes all client authentication related information.

    *)
  2. clusterArn : string;
    (*

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

    *)
  3. currentVersion : string;
    (*

    The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.

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

    Includes all encryption-related information.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientAuthentication:??? -> ?encryptionInfo:??? -> clusterArn:string -> currentVersion:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure 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 ]) 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