Skip to main content

destination_tags

Expands all tag keys and values for destinations in a region

Overview

Namedestination_tags
TypeResource
DescriptionDestination's resource schema demonstrating some basic constructs and validation rules.
Idaws.iotwireless.destination_tags

Fields

NameDatatypeDescription
namestringUnique name of destination
expressionstringDestination expression
expression_typestringMust be RuleName
descriptionstringDestination description
role_arnstringAWS role ARN that grants access
arnstringDestination arn. Returned after successful create.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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