Module Values.CreateAccessConfigRequestSource

The access configuration information 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. The default value is true.

    *)
  2. 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.

    *)
}
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