MitigationActionAddThingsToThingGroupParamsArgs

data class MitigationActionAddThingsToThingGroupParamsArgs(val overrideDynamicGroups: Output<Boolean>? = null, val thingGroupNames: Output<List<String>>) : ConvertibleToJava<MitigationActionAddThingsToThingGroupParamsArgs>

Parameters to define a mitigation action that moves devices associated with a certificate to one or more specified thing groups, typically for quarantine.

Constructors

constructor(overrideDynamicGroups: Output<Boolean>? = null, thingGroupNames: Output<List<String>>)

Properties

Link copied to clipboard
val overrideDynamicGroups: Output<Boolean>? = null

Specifies if this mitigation action can move the things that triggered the mitigation action out of one or more dynamic thing groups.

Link copied to clipboard

The list of groups to which you want to add the things that triggered the mitigation action.

Functions

Link copied to clipboard
open override fun toJava(): MitigationActionAddThingsToThingGroupParamsArgs