aws.opensearch.get_upgrade_status
Example SQL Queries
SELECT * FROMaws.opensearch.get_upgrade_statusWHERE"domain_name" = 'VALUE';Description
Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The domain of the domain to get upgrade status information for. | 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
| |
| step_status The status of the current step that an upgrade is on. | VARCHAR |
| upgrade_name A string that describes the update. | VARCHAR |
| upgrade_step One of three steps that an upgrade or upgrade eligibility check goes through. | VARCHAR |