Skip to main content

dimensions_list_only

Lists dimensions in a region or regions, for all properties use dimensions

Overview

Namedimensions_list_only
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.dimensions_list_only

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.
tagsarrayMetadata that can be used to manage the dimension.
arnstringThe ARN (Amazon resource name) of the created dimension.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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