Values.AssociateAccessPolicyRequestSourceAssociates 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;The name of your cluster.
*)principalArn : String_.t;The Amazon Resource Name (ARN) of the IAM user or role for the AccessEntry that you're associating the access policy to.
*)policyArn : String_.t;The ARN of the AccessPolicy that you're associating. For a list of ARNs, use ListAccessPolicies.
*)accessScope : AccessScope.t;The scope for the AccessPolicy. You can scope access policies to an entire cluster or to specific Kubernetes namespaces.
*)}