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