aws.es.get_upgrade_status
Example SQL Queries
SELECT * FROMaws.es.get_upgrade_statusWHERE"domain_name" = 'VALUE';Description
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| step_status One of 4 statuses that a step can go through returned as part of the GetUpgradeStatusResponse object. The status can take one of the following values:
| VARCHAR |
| upgrade_name A string that describes the update briefly | VARCHAR |
| upgrade_step Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
| VARCHAR |