aws.opensearch.get_domain_maintenance_status
Example SQL Queries
SELECT * FROMaws.opensearch.get_domain_maintenance_statusWHERE"domain_name" = 'VALUE'AND "maintenance_id" = 'VALUE';Description
The status of the maintenance action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of the domain. | VARCHAR |
| maintenance_id Required Input Column The request ID of the maintenance action. | 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
| |
| action The action name. | VARCHAR |
| created_at The time at which the action was created. | TIMESTAMP_S |
| node_id The node ID of the maintenance action. | VARCHAR |
| status The status of the maintenance action. | VARCHAR |
| status_message The status message of the maintenance action. | VARCHAR |
| updated_at The time at which the action was updated. | TIMESTAMP_S |