View source: R/redshift_operations.R
redshift_authorize_endpoint_access | R Documentation |
Grants access to a cluster.
See https://www.paws-r-sdk.com/docs/redshift_authorize_endpoint_access/ for full documentation.
redshift_authorize_endpoint_access(
ClusterIdentifier = NULL,
Account,
VpcIds = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.