aws.opensearch.describe_domain_change_progress
Example SQL Queries
SELECT * FROMaws.opensearch.describe_domain_change_progressWHERE"domain_name" = 'VALUE';Description
Returns information about the current blue/green deployment happening on an Amazon OpenSearch Service domain. For more information, see Making configuration changes in Amazon OpenSearch Service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of the domain to get progress information for. | VARCHAR |
| change_id Input Column The specific change ID for which you want to get progress information. If omitted, the request returns information about the most recent configuration change. | 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
| |
| change_progress_status Container for information about the stages of a configuration change happening on a domain. | STRUCT( |
Show child fields
| |