Interface CfnMitigationActionPropsMixin.AddThingsToThingGroupParamsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMitigationActionPropsMixin.AddThingsToThingGroupParamsProperty.Jsii$Proxy
Enclosing class:
CfnMitigationActionPropsMixin

@Stability(Stable) public static interface CfnMitigationActionPropsMixin.AddThingsToThingGroupParamsProperty extends software.amazon.jsii.JsiiSerializable
Parameters used when defining a mitigation action that move a set of things to a thing group.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.iot.*;
 AddThingsToThingGroupParamsProperty addThingsToThingGroupParamsProperty = AddThingsToThingGroupParamsProperty.builder()
         .overrideDynamicGroups(false)
         .thingGroupNames(List.of("thingGroupNames"))
         .build();
 

See Also: