aws.opensearch.get_upgrade_history
Example SQL Queries
SELECT * FROMaws.opensearch.get_upgrade_historyWHERE"domain_name" = 'VALUE';Description
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of an existing domain. | VARCHAR |
| max_results Input Column An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results. | BIGINT |
| next_token Input Column When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page. | 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
| |
| upgrade_histories A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain. | STRUCT( |
Show child fields
| |