aws.es.describe_domain_change_progress
Example SQL Queries
SELECT * FROMaws.es.describe_domain_change_progressWHERE"domain_name" = 'VALUE';Description
Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The domain you want to get the progress information about. | VARCHAR |
| change_id Input Column The specific change ID for which you want to get progress information. This is an optional parameter. If omitted, the service 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| change_progress_status Progress information for the configuration change that is requested in the DescribeDomainChangeProgress request. | STRUCT( |
Show child fields
| |