aws.opensearch.list_domain_maintenances
Example SQL Queries
SELECT * FROMaws.opensearch.list_domain_maintenancesWHERE"domain_name" = 'VALUE';Description
A list of maintenance actions for the domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of the domain. | VARCHAR |
| action Input Column The name of the action. | 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 |
| status Input Column The status of the 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
| |
| domain_maintenances A list of the submitted maintenance actions. | STRUCT( |
Show child fields
| |