aws.es.list_domain_names
Example SQL Queries
SELECT * FROMaws.es.list_domain_names;Description
Returns the name of all Elasticsearch domains owned by the current user's account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| engine_type Input Column Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| domain_names List of domain names and respective engine types. | STRUCT( |
Show child fields
| |