Values.RevokeEndpointAccessMessageSourceRevokes access to a cluster.
type nonrec t = {clusterIdentifier : String_.t option;The cluster to revoke access from.
*)account : String_.t option;The Amazon Web Services account ID whose access is to be revoked.
*)vpcIds : VpcIdentifierList.t option;The virtual private cloud (VPC) identifiers for which access is to be revoked.
*)force : Boolean.t option;Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.
*)}