Skip to main content

dimension

Gets an individual dimension resource

Overview

Namedimension
TypeResource
Descriptiondimension
Idawscc.iot.dimension

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
type,
string_values,
tags,
arn
FROM awscc.iot.dimension
WHERE data__Identifier = '<Name>';

Permissions

To operate on the dimension resource, the following permissions are required:

Read

iot:DescribeDimension,
iot:ListTagsForResource

Update

iot:UpdateDimension,
iot:ListTagsForResource,
iot:UntagResource,
iot:TagResource

Delete

iot:DescribeDimension,
iot:DeleteDimension