Returns an array of EndpointAccess objects and relevant information
Source:R/redshiftserverless_operations.R
redshiftserverless_list_endpoint_access.RdReturns 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,
ownerAccount = NULL,
vpcId = NULL,
workgroupName = NULL
)Arguments
- maxResults
An optional parameter that specifies the maximum number of results to return. You can use
nextTokento display the next page of results.- nextToken
If your initial
list_endpoint_accessoperation returns anextToken, you can include the returnednextTokenin followinglist_endpoint_accessoperations, which returns results in the next page.- ownerAccount
The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.
- 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.