Learn R Programming

paws.database (version 0.2.0)

redshift_authorize_endpoint_access: Grants access to a cluster

Description

Grants access to a cluster.

See https://paws-r.github.io/docs/redshift/authorize_endpoint_access.html for full documentation.

Usage

redshift_authorize_endpoint_access(
  ClusterIdentifier = NULL,
  Account,
  VpcIds = NULL
)

Arguments

ClusterIdentifier

The cluster identifier of the cluster to grant access to.

Account

[required] The Amazon Web Services account ID to grant access to.

VpcIds

The virtual private cloud (VPC) identifiers to grant access to.