aws.es.get_compatible_elasticsearch_versions
Example SQL Queries
SELECT * FROMaws.es.get_compatible_elasticsearch_versions;Description
Returns a list of upgrade compatible Elastisearch versions. You can optionally pass a DomainName to get all upgrade compatible Elasticsearch versions for that specific domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Input Column The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). | 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 |
| compatible_elasticsearch_versions A map of compatible Elasticsearch versions returned as part of the GetCompatibleElasticsearchVersions operation. | STRUCT( |
Show child fields
| |