CompatibleVersionsMap
A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
Contents
- SourceVersion
-
The current version that the OpenSearch Service domain is running.
Type: String
Length Constraints: Minimum length of 14. Maximum length of 18.
Pattern:
^Elasticsearch_[0-9]{1}\.[0-9]{1,2}$|^OpenSearch_[0-9]{1,2}\.[0-9]{1,2}$
Required: No
- TargetVersions
-
The possible versions that you can upgrade the domain to.
Type: Array of strings
Length Constraints: Minimum length of 14. Maximum length of 18.
Pattern:
^Elasticsearch_[0-9]{1}\.[0-9]{1,2}$|^OpenSearch_[0-9]{1,2}\.[0-9]{1,2}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: