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.
elasticsearchservice_get_compatible_elasticsearch_versions(DomainName)
A list with the following syntax:
list(
CompatibleElasticsearchVersions = list(
list(
SourceVersion = "string",
TargetVersions = list(
"string"
)
)
)
)
svc$get_compatible_elasticsearch_versions(
DomainName = "string"
)