destination_tags
Expands all tag keys and values for destinations
in a region
Overview
Name | destination_tags |
Type | Resource |
Description | Destination's resource schema demonstrating some basic constructs and validation rules. |
Id | aws.iotwireless.destination_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Unique name of destination |
expression | string | Destination expression |
expression_type | string | Must be RuleName |
description | string | Destination description |
role_arn | string | AWS role ARN that grants access |
arn | string | Destination arn. Returned after successful create. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all destinations
in a region.
SELECT
region,
name,
expression,
expression_type,
description,
role_arn,
arn,
tag_key,
tag_value
FROM aws.iotwireless.destination_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the destination_tags
resource, see destinations