aws.opensearch.list_domain_names
Example SQL Queries
SELECT * FROMaws.opensearch.list_domain_names;Description
Returns the names of all Amazon OpenSearch Service domains owned by the current user in the active Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| engine_type Input Column Filters the output by domain engine type. | 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
| |
| domain_names The names of all OpenSearch Service domains owned by the current user and their respective engine types. | STRUCT( |
Show child fields
| |