Describes a Redshift-managed VPC endpoint
Source:R/redshift_operations.R
redshift_describe_endpoint_access.RdDescribes a Redshift-managed VPC endpoint.
See https://www.paws-r-sdk.com/docs/redshift_describe_endpoint_access/ for full documentation.
Usage
redshift_describe_endpoint_access(
ClusterIdentifier = NULL,
ResourceOwner = NULL,
EndpointName = NULL,
VpcId = NULL,
MaxRecords = NULL,
Marker = NULL
)Arguments
- 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
MaxRecordsvalue, a pagination token called aMarkeris included in the response so that the remaining results can be retrieved.- Marker
An optional pagination token provided by a previous
describe_endpoint_accessrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecordsparameter.