aws.es.list_tags
Example SQL Queries
SELECT * FROMaws.es.list_tagsWHERE"arn" = 'VALUE';Description
Returns all tags for the given Elasticsearch domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view. | 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 |
| tag_list List of Tag for the requested Elasticsearch domain. | STRUCT( |
Show child fields
| |