redshiftserverless_list_endpoint_access: Returns an array of EndpointAccess objects and relevant...

View source: R/redshiftserverless_operations.R

redshiftserverless_list_endpoint_accessR Documentation

Returns an array of EndpointAccess objects and relevant information

Description

Returns an array of EndpointAccess objects and relevant information.

See https://www.paws-r-sdk.com/docs/redshiftserverless_list_endpoint_access/ for full documentation.

Usage

redshiftserverless_list_endpoint_access(
  maxResults = NULL,
  nextToken = NULL,
  vpcId = NULL,
  workgroupName = NULL
)

Arguments

maxResults

An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

nextToken

If your initial list_endpoint_access operation returns a nextToken, you can include the returned nextToken in following list_endpoint_access operations, which returns results in the next page.

vpcId

The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.

workgroupName

The name of the workgroup associated with the VPC endpoint to return.


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