aws.opensearch.list_tags
Example SQL Queries
SELECT * FROMaws.opensearch.list_tagsWHERE"arn" = 'VALUE';Description
Returns all resource tags for an Amazon OpenSearch Service domain. For more information, see Tagging Amazon OpenSearch Service domains.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column Amazon Resource Name (ARN) for the domain to view tags for. | 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
| |
| tag_list List of resource tags associated with the specified domain. | STRUCT( |
Show child fields
| |