aws.opensearch.get_compatible_versions
Example SQL Queries
SELECT * FROMaws.opensearch.get_compatible_versions;Description
Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Input Column The name of an existing domain. Provide this parameter to limit the results to a single 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
| |
| compatible_versions A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to. | STRUCT( |
Show child fields
| |