List Vpc Endpoints For Domain
elasticsearchservice_list_vpc_endpoints_for_domain | R Documentation |
Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain¶
Description¶
Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.
Usage¶
Arguments¶
DomainName
[required] Name of the ElasticSearch domain whose VPC endpoints are to be listed.
NextToken
Provides an 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"
)