List Domain Names
| elasticsearchservice_list_domain_names | R Documentation |
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¶
Arguments¶
EngineTypeOptional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
Value¶
A list with the following syntax:
list(
DomainNames = list(
list(
DomainName = "string",
EngineType = "OpenSearch"|"Elasticsearch"
)
)
)