Interface CfnMitigationActionPropsMixin.IAddThingsToThingGroupParamsProperty
Parameters used when defining a mitigation action that move a set of things to a thing group.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoT
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnMitigationActionPropsMixin.IAddThingsToThingGroupParamsProperty
Syntax (vb)
Public Interface CfnMitigationActionPropsMixin.IAddThingsToThingGroupParamsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.IoT;
var addThingsToThingGroupParamsProperty = new AddThingsToThingGroupParamsProperty {
OverrideDynamicGroups = false,
ThingGroupNames = new [] { "thingGroupNames" }
};
Synopsis
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. |
| ThingGroupNames | The list of groups to which you want to add the things that triggered the mitigation action. |
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.
object? OverrideDynamicGroups { get; }
Property Value
Remarks
ThingGroupNames
The list of groups to which you want to add the things that triggered the mitigation action.
string[]? ThingGroupNames { get; }
Property Value
string[]
Remarks
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.