Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account
Source:R/opensearchserviceserverless_operations.R
opensearchserviceserverless_list_vpc_endpoints.RdReturns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account. For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.
See https://www.paws-r-sdk.com/docs/opensearchserviceserverless_list_vpc_endpoints/ for full documentation.
Usage
opensearchserviceserverless_list_vpc_endpoints(
vpcEndpointFilters = NULL,
nextToken = NULL,
maxResults = NULL
)Arguments
- vpcEndpointFilters
Filter the results according to the current status of the VPC endpoint. Possible statuses are
CREATING,DELETING,UPDATING,ACTIVE, andFAILED.- nextToken
If your initial
list_vpc_endpointsoperation returns anextToken, you can include the returnednextTokenin subsequentlist_vpc_endpointsoperations, which returns results in the next page.- maxResults
An optional parameter that specifies the maximum number of results to return. You can use
nextTokento get the next page of results. The default is 20.