Returns an array of EndpointAccess
objects and relevant information.
See https://www.paws-r-sdk.com/docs/redshiftserverless_list_endpoint_access/ for full documentation.
redshiftserverless_list_endpoint_access(
maxResults = NULL,
nextToken = NULL,
ownerAccount = NULL,
vpcId = NULL,
workgroupName = NULL
)
An optional parameter that specifies the maximum number of results to
return. You can use nextToken
to display the next page of results.
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.
The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
The name of the workgroup associated with the VPC endpoint to return.