AWS::IoT::DimensionA dimension can be used to limit the scope of a metric used in a security profile for AWS IoT Device Defender.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
StringValues | Array<string> | Required |
Type | string | RequiredCreate-only |
Name | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN (Amazon resource name) of the created dimension. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoT::Dimension
Resources:
MyResource:
Type: AWS::IoT::Dimension
Properties:
Type: "TOPIC_FILTER"
StringValues: []
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iot:CreateDimensioniot:TagResourceiot:DescribeDimensioniot:ListTagsForResourceiot:UpdateDimensioniot:ListTagsForResourceiot:UntagResourceiot:TagResourceiot:DescribeDimensioniot:DeleteDimensioniot:ListDimensionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameType