Revokes access to a cluster.
See https://www.paws-r-sdk.com/docs/redshift_revoke_endpoint_access/ for full documentation.
redshift_revoke_endpoint_access(
ClusterIdentifier = NULL,
Account = NULL,
VpcIds = NULL,
Force = NULL
)
The cluster to revoke access from.
The Amazon Web Services account ID whose access is to be revoked.
The virtual private cloud (VPC) identifiers for which access is to be revoked.
Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.