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
)
The cluster identifier associated with the described endpoint.
The Amazon Web Services account ID of the owner of the cluster.
The name of the endpoint to be described.
The virtual private cloud (VPC) identifier with access to the cluster.
The maximum number of records to include in the response. If more
records exist than the specified MaxRecords
value, a pagination token
called a Marker
is included in the response so that the remaining
results can be retrieved.
An optional pagination token provided by a previous
describe_endpoint_access
request.
If this parameter is specified, the response includes only records
beyond the marker, up to the value specified by the MaxRecords
parameter.