View source: R/redshift_operations.R
redshift_revoke_endpoint_access | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.