Module Values.AccessConfigResponseSource

The access configuration for the cluster.

Sourcetype nonrec t = {
  1. bootstrapClusterCreatorAdminPermissions : BoxedBoolean.t option;
    (*

    Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.

    *)
  2. authenticationMode : AuthenticationMode.t option;
    (*

    The current authentication mode of the cluster.

    *)
}
Sourceval make : ?bootstrapClusterCreatorAdminPermissions:??? -> ?authenticationMode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BoxedBoolean.t | `Enum 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