redshift_describe_endpoint_access function

Describes a Redshift-managed VPC endpoint

Describes a Redshift-managed VPC endpoint

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 )

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.