redshift_describe_endpoint_access: Describes a Redshift-managed VPC endpoint

View source: R/redshift_operations.R

redshift_describe_endpoint_accessR Documentation

Describes a Redshift-managed VPC endpoint

Description

Describes 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 MaxRecords value, a pagination token called a Marker is included in the response so that the remaining results can be retrieved.

Marker

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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.