Revoke Endpoint Access
| redshift_revoke_endpoint_access | R Documentation |
Revokes access to a cluster¶
Description¶
Revokes access to a cluster.
Usage¶
Arguments¶
ClusterIdentifierThe cluster to revoke access from.
AccountThe Amazon Web Services account ID whose access is to be revoked.
VpcIdsThe virtual private cloud (VPC) identifiers for which access is to be revoked.
ForceIndicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.
Value¶
A list with the following syntax:
list(
Grantor = "string",
Grantee = "string",
ClusterIdentifier = "string",
AuthorizeTime = as.POSIXct(
"2015-01-01"
),
ClusterStatus = "string",
Status = "Authorized"|"Revoking",
AllowedAllVPCs = TRUE|FALSE,
AllowedVPCs = list(
"string"
),
EndpointCount = 123
)