dimension_tags
Expands all tag keys and values for dimensions
in a region
Overview
Name | dimension_tags |
Type | Resource |
Description | A dimension can be used to limit the scope of a metric used in a security profile for AWS IoT Device Defender. |
Id | aws.iot.dimension_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | A unique identifier for the dimension. |
type | string | Specifies the type of the dimension. |
string_values | array | Specifies the value or list of values for the dimension. |
arn | string | The ARN (Amazon resource name) of the created dimension. |
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 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