Values.DisassociateAccessPolicyRequestSourceDisassociates an access policy from an access entry.
type nonrec t = {clusterName : String_.t;The name of your cluster.
*)principalArn : String_.t;The ARN of the IAM principal for the AccessEntry.
*)policyArn : String_.t;The ARN of the policy to disassociate from the access entry. For a list of associated policies ARNs, use ListAssociatedAccessPolicies.
*)}