Get Compatible Versions
opensearchservice_get_compatible_versions | R Documentation |
Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to¶
Description¶
Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
Usage¶
opensearchservice_get_compatible_versions(DomainName)
Arguments¶
DomainName |
The name of an existing domain. Provide this parameter to limit the results to a single domain. |
Value¶
A list with the following syntax:
list(
CompatibleVersions = list(
list(
SourceVersion = "string",
TargetVersions = list(
"string"
)
)
)
)
Request syntax¶
svc$get_compatible_versions(
DomainName = "string"
)