dimensions_list_only
Lists dimensions
in a region or regions, for all properties use dimensions
Overview
Name | dimensions_list_only |
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.dimensions_list_only |
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. |
tags | array | Metadata that can be used to manage the dimension. |
arn | string | The ARN (Amazon resource name) of the created dimension. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all dimensions
in a region.
SELECT
region,
name
FROM aws.iot.dimensions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the dimensions_list_only
resource, see dimensions