Skip to content

List Vpc Endpoints

elasticsearchservice_list_vpc_endpoints R Documentation

Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region

Description

Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.

Usage

elasticsearchservice_list_vpc_endpoints(NextToken)

Arguments

NextToken

Identifier to allow retrieval of paginated results.

Value

A list with the following syntax:

list(
  VpcEndpointSummaryList = list(
    list(
      VpcEndpointId = "string",
      VpcEndpointOwner = "string",
      DomainArn = "string",
      Status = "CREATING"|"CREATE_FAILED"|"ACTIVE"|"UPDATING"|"UPDATE_FAILED"|"DELETING"|"DELETE_FAILED"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_vpc_endpoints(
  NextToken = "string"
)