AWSIoTAddThingsToThingGroupParams

Objective-C

@interface AWSIoTAddThingsToThingGroupParams

Swift

class AWSIoTAddThingsToThingGroupParams

Parameters used when defining a mitigation action that move a set of things to a thing group.

Required parameters: [thingGroupNames]

  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable overrideDynamicGroups;

    Swift

    var overrideDynamicGroups: NSNumber? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable thingGroupNames;

    Swift

    var thingGroupNames: [String]? { get set }