Get Upgrade Status
elasticsearchservice_get_upgrade_status | R Documentation |
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain¶
Description¶
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
Usage¶
Arguments¶
DomainName
[required]
Value¶
A list with the following syntax:
list(
UpgradeStep = "PRE_UPGRADE_CHECK"|"SNAPSHOT"|"UPGRADE",
StepStatus = "IN_PROGRESS"|"SUCCEEDED"|"SUCCEEDED_WITH_ISSUES"|"FAILED",
UpgradeName = "string"
)