AWS::IoT::MitigationAction AddThingsToThingGroupParams - AWS CloudFormation

AWS::IoT::MitigationAction AddThingsToThingGroupParams

Parameters used when defining a mitigation action that move a set of things to a thing group.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "OverrideDynamicGroups" : Boolean, "ThingGroupNames" : [ String, ... ] }

YAML

OverrideDynamicGroups: Boolean ThingGroupNames: - String

Properties

OverrideDynamicGroups

Specifies if this mitigation action can move the things that triggered the mitigation action even if they are part of one or more dynamic thing groups.

Required: No

Type: Boolean

Update requires: No interruption

ThingGroupNames

The list of groups to which you want to add the things that triggered the mitigation action. You can add a thing to a maximum of 10 groups, but you can't add a thing to more than one group in the same hierarchy.

Required: Yes

Type: Array of String

Minimum: 1 | 1

Maximum: 128 | 10

Update requires: No interruption