Returns 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.
opensearchserviceserverless_list_vpc_endpoints(
vpcEndpointFilters = NULL,
nextToken = NULL,
maxResults = NULL
)
Filter the results according to the current status of the VPC endpoint.
Possible statuses are CREATING
, DELETING
, UPDATING
, ACTIVE
, and
FAILED
.
If your initial
list_vpc_endpoints
operation returns a nextToken
, you can include the returned
nextToken
in subsequent
list_vpc_endpoints
operations, which returns results in the next page.
An optional parameter that specifies the maximum number of results to
return. You can use nextToken
to get the next page of results. The
default is 20.