Class CfnMitigationActionPropsMixin.AddThingsToThingGroupParamsProperty
Parameters used when defining a mitigation action that move a set of things to a thing group.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoT
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMitigationActionPropsMixin.AddThingsToThingGroupParamsProperty : CfnMitigationActionPropsMixin.IAddThingsToThingGroupParamsProperty
Syntax (vb)
Public Class CfnMitigationActionPropsMixin.AddThingsToThingGroupParamsProperty Implements 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
Constructors
| AddThingsToThingGroupParamsProperty() | Parameters used when defining a mitigation action that move a set of things to a thing group. |
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. |
Constructors
AddThingsToThingGroupParamsProperty()
Parameters used when defining a mitigation action that move a set of things to a thing group.
public AddThingsToThingGroupParamsProperty()
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" }
};
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.
public object? OverrideDynamicGroups { get; set; }
Property Value
Remarks
ThingGroupNames
The list of groups to which you want to add the things that triggered the mitigation action.
public string[]? ThingGroupNames { get; set; }
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.