Learn R Programming

paws.analytics (version 0.7.0)

opensearchserviceserverless_list_vpc_endpoints: Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account

Description

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.

Usage

opensearchserviceserverless_list_vpc_endpoints(
  maxResults = NULL,
  nextToken = NULL,
  vpcEndpointFilters = NULL
)

Arguments

maxResults

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.

nextToken

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.

vpcEndpointFilters

Filter the results according to the current status of the VPC endpoint. Possible statuses are CREATING, DELETING, UPDATING, ACTIVE, and FAILED.