AWS::IoT::ThingGroupResource Type definition for AWS::IoT::ThingGroup
5 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ParentGroupName | string | Create-only |
QueryString | string | |
Tags | Array<Tag> | |
ThingGroupName | string | Create-only |
ThingGroupProperties | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoT::ThingGroup
Resources:
MyResource:
Type: AWS::IoT::ThingGroup
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iot:DescribeThingGroupiot:ListTagsForResourceiot:CreateThingGroupiot:CreateDynamicThingGroupiot:TagResourceiot:DescribeThingGroupiot:DeleteThingGroupiot:DeleteDynamicThingGroupiot:ListThingGroupsiot:ListTagsForResourceiot:DescribeThingGroupiot:ListTagsForResourceiot:ListTagsForResourceiot:DescribeThingGroupiot:UpdateThingGroupiot:UpdateDynamicThingGroupiot:TagResourceiot:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterThingGroupNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ThingGroupNameParentGroupName