Values.AccessConfigResponseSourceThe access configuration for the cluster.
type nonrec t = {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.
*)authenticationMode : AuthenticationMode.t option;The current authentication mode of the cluster.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BoxedBoolean.t | `Enum of string ]) list ]