Skip to main content

dimension_tags

Expands all tag keys and values for dimensions in a region

Overview

Namedimension_tags
TypeResource
DescriptionA dimension can be used to limit the scope of a metric used in a security profile for AWS IoT Device Defender.
Idaws.iot.dimension_tags

Fields

NameDatatypeDescription
namestringA unique identifier for the dimension.
typestringSpecifies the type of the dimension.
string_valuesarraySpecifies the value or list of values for the dimension.
arnstringThe ARN (Amazon resource name) of the created dimension.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all dimensions in a region.

SELECT
region,
name,
type,
string_values,
arn,
tag_key,
tag_value
FROM aws.iot.dimension_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the dimension_tags resource, see dimensions