Values.AssociateAccessPolicyResponseSourceAssociates an access policy and its scope to an access entry. For more information about associating access policies, see Associating and disassociating access policies to and from access entries in the Amazon EKS User Guide.
type nonrec t = {clusterName : String_.t option;The name of your cluster.
*)principalArn : String_.t option;The ARN of the IAM principal for the AccessEntry.
*)associatedAccessPolicy : AssociatedAccessPolicy.t option;The AccessPolicy and scope associated to the AccessEntry.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServerException of ServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]