Skip to content

/AWS1/CL_OSS=>LISTVPCENDPOINTS()

About ListVpcEndpoints

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.

Method Signature

IMPORTING

Optional arguments:

IO_VPCENDPOINTFILTERS TYPE REF TO /AWS1/CL_OSSVPCENDPOINTFILTERS /AWS1/CL_OSSVPCENDPOINTFILTERS

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

IV_NEXTTOKEN TYPE /AWS1/OSSSTRING /AWS1/OSSSTRING

If your initial ListVpcEndpoints operation returns a nextToken, you can include the returned nextToken in subsequent ListVpcEndpoints operations, which returns results in the next page.

IV_MAXRESULTS TYPE /AWS1/OSSINTEGER /AWS1/OSSINTEGER

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_OSSLISTVPCENDPTSRSP /AWS1/CL_OSSLISTVPCENDPTSRSP