Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AddThingsToThingGroupParams = AddThingsToThingGroupParams' {}
- newAddThingsToThingGroupParams :: NonEmpty Text -> AddThingsToThingGroupParams
- addThingsToThingGroupParams_overrideDynamicGroups :: Lens' AddThingsToThingGroupParams (Maybe Bool)
- addThingsToThingGroupParams_thingGroupNames :: Lens' AddThingsToThingGroupParams (NonEmpty Text)
Documentation
data AddThingsToThingGroupParams Source #
Parameters used when defining a mitigation action that move a set of things to a thing group.
See: newAddThingsToThingGroupParams
smart constructor.
AddThingsToThingGroupParams' | |
|
Instances
newAddThingsToThingGroupParams Source #
Create a value of AddThingsToThingGroupParams
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:overrideDynamicGroups:AddThingsToThingGroupParams'
, addThingsToThingGroupParams_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.
$sel:thingGroupNames:AddThingsToThingGroupParams'
, addThingsToThingGroupParams_thingGroupNames
- The list of groups to which you want to add the things that triggered
the mitigation action. 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.
addThingsToThingGroupParams_overrideDynamicGroups :: Lens' AddThingsToThingGroupParams (Maybe Bool) Source #
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.
addThingsToThingGroupParams_thingGroupNames :: Lens' AddThingsToThingGroupParams (NonEmpty Text) Source #
The list of groups to which you want to add the things that triggered the mitigation action. 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.