dimensions
Retrieves a list of dimensions
in a region
Overview
Name | dimensions |
Type | Resource |
Description | dimensions |
Id | awscc.iot.dimensions |
Fields
Name | Datatype | Description |
---|---|---|
name | string | A unique identifier for the dimension. |
region | string | AWS 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