elasticsearchservice_list_domain_names: Returns the name of all Elasticsearch domains owned by the current
user's account
Description
Returns the name of all Elasticsearch domains owned by the current
user's account.
Usage
elasticsearchservice_list_domain_names()
Value
A list with the following syntax:
list(
DomainNames = list(
list(
DomainName = "string"
)
)
)