aws.es.describe_domain_auto_tunes
Example SQL Queries
SELECT * FROMaws.es.describe_domain_auto_tunesWHERE"domain_name" = 'VALUE';Description
Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column Specifies the domain name for which you want Auto-Tune action details. | VARCHAR |
| max_results Input Column Set this value to limit the number of results returned. If not specified, defaults to 100. | BIGINT |
| next_token Input Column Specifies an identifier to allow retrieval of paginated results. | 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 |
| auto_tunes Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information. | STRUCT( |
Show child fields
| |