---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_iot_dimension Resource - terraform-provider-awscc"
subcategory: ""
description: |-
A dimension can be used to limit the scope of a metric used in a security profile for AWS IoT Device Defender.
---
# awscc_iot_dimension (Resource)
A dimension can be used to limit the scope of a metric used in a security profile for AWS IoT Device Defender.
## Schema
### Required
- `string_values` (Set of String) Specifies the value or list of values for the dimension.
- `type` (String) Specifies the type of the dimension.
### Optional
- `name` (String) A unique identifier for the dimension.
- `tags` (Attributes Set) Metadata that can be used to manage the dimension. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String) The ARN (Amazon resource name) of the created dimension.
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `tags`
Optional:
- `key` (String) The tag's key.
- `value` (String) The tag's value.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_iot_dimension.example
```