Skip to main content

dimensions

Retrieves a list of dimensions in a region

Overview

Namedimensions
TypeResource
Descriptiondimensions
Idawscc.iot.dimensions

Fields

NameDatatypeDescription
namestringA unique identifier for the dimension.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.iot.dimensions
WHERE region = 'us-east-1'

Permissions

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

Create

iot:CreateDimension,
iot:TagResource

List

iot:ListDimensions