dimension
Gets an individual dimension
resource
Overview
Name | dimension |
Type | Resource |
Description | dimension |
Id | awscc.iot.dimension |
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
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