elasticsearchservice_upgrade_elasticsearch_domain {paws.analytics} | R Documentation |
Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version
Description
Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.
See https://www.paws-r-sdk.com/docs/elasticsearchservice_upgrade_elasticsearch_domain/ for full documentation.
Usage
elasticsearchservice_upgrade_elasticsearch_domain(
DomainName,
TargetVersion,
PerformCheckOnly = NULL
)
Arguments
DomainName |
[required] |
TargetVersion |
[required] The version of Elasticsearch that you intend to upgrade the domain to. |
PerformCheckOnly |
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade. |
[Package paws.analytics version 0.9.0 Index]