redshift_revoke_endpoint_access: Revokes access to a cluster

View source: R/redshift_operations.R

redshift_revoke_endpoint_accessR 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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.