Values.CreateAccessConfigRequestSourceThe access configuration information 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. The default value is true.
*)authenticationMode : AuthenticationMode.t option;The desired authentication mode for the cluster. If you create a cluster by using the EKS API, Amazon Web Services SDKs, or CloudFormation, the default is CONFIG_MAP. If you create the cluster by using the Amazon Web Services Management Console, the default value is API_AND_CONFIG_MAP.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BoxedBoolean.t | `Enum of string ]) list ]