redshift_revoke_endpoint_access {paws.database} | R Documentation |
Revokes access to a cluster
Description
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. |
[Package paws.database version 0.9.0 Index]