aws.dax.list_tags
Example SQL Queries
SELECT * FROMaws.dax.list_tagsWHERE"resource_name" = 'VALUE';Description
List all of the tags for a DAX cluster. You can call ListTags up to 10 times per second, per account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_name Required Input Column The name of the DAX resource to which the tags belong. | 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 |
| key The key for the tag. Tag keys are case sensitive. Every DAX cluster can only have one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value. | VARCHAR |
| value The value of the tag. Tag values are case-sensitive and can be null. | VARCHAR |