Interface CfnMitigationAction.IAddThingsToThingGroupParamsProperty
Parameters used when defining a mitigation action that move a set of things to a thing group.
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAddThingsToThingGroupParamsProperty
Syntax (vb)
Public Interface 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.AWS.IoT;
var addThingsToThingGroupParamsProperty = new AddThingsToThingGroupParamsProperty {
ThingGroupNames = new [] { "thingGroupNames" },
// the properties below are optional
OverrideDynamicGroups = false
};
Synopsis
Properties
Override |
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. |
Thing |
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.
virtual object OverrideDynamicGroups { get; }
Property Value
System.
Remarks
ThingGroupNames
The list of groups to which you want to add the things that triggered the mitigation action.
string[] ThingGroupNames { get; }
Property Value
System.
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.