List Vpc Endpoints
opensearchservice_list_vpc_endpoints | R Documentation |
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current Amazon Web Services account and Region¶
Description¶
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current Amazon Web Services account and Region.
Usage¶
Arguments¶
NextToken
If your initial
list_vpc_endpoints
operation returns anextToken
, you can include the returnednextToken
in subsequentlist_vpc_endpoints
operations, which returns results in the next page.
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"
)