View source: R/redshift_operations.R
redshift_describe_endpoint_access | R Documentation |
Describes a Redshift-managed VPC endpoint.
See https://www.paws-r-sdk.com/docs/redshift_describe_endpoint_access/ for full documentation.
redshift_describe_endpoint_access(
ClusterIdentifier = NULL,
ResourceOwner = NULL,
EndpointName = NULL,
VpcId = NULL,
MaxRecords = NULL,
Marker = NULL
)
ClusterIdentifier |
The cluster identifier associated with the described endpoint. |
ResourceOwner |
The Amazon Web Services account ID of the owner of the cluster. |
EndpointName |
The name of the endpoint to be described. |
VpcId |
The virtual private cloud (VPC) identifier with access to the cluster. |
MaxRecords |
The maximum number of records to include in the response. If more
records exist than the specified |
Marker |
An optional pagination token provided by a previous
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.