aws.es.list_elasticsearch_instance_types
Example SQL Queries
SELECT * FROMaws.es.list_elasticsearch_instance_typesWHERE"elasticsearch_version" = 'VALUE';Description
List all Elasticsearch instance types that are supported for given ElasticsearchVersion
Table Definition
| Column Name | Column Data Type |
|---|---|
| elasticsearch_version Required Input Column Version of Elasticsearch for which list of supported elasticsearch instance types are needed. | VARCHAR |
| domain_name Input Column DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain. | 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 |
| elasticsearch_instance_types | VARCHAR |