aws.iot.describe_dimension
Example SQL Queries
SELECT * FROMaws.iot.describe_dimensionWHERE"name" = 'VALUE';Description
Provides details about a dimension that is defined in your Amazon Web Services accounts.
Requires permission to access the DescribeDimension action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The unique identifier for the dimension. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) for the dimension. | VARCHAR |
| creation_date The date the dimension was created. | TIMESTAMP_S |
| last_modified_date The date the dimension was last modified. | TIMESTAMP_S |
| string_values The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name. | VARCHAR[] |
Show child fields
| |
| type The type of the dimension. | VARCHAR |