AddThingsToThingGroupParams
public struct AddThingsToThingGroupParams : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies if this mitigation action can move the things that triggered the mitigation action even if they are part of one or more dynamic things groups.
Declaration
Swift
public let overrideDynamicGroups: Bool?
-
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 cannot add a thing to more than one group in the same hierarchy.
Declaration
Swift
public let thingGroupNames: [String]
-
Undocumented
Declaration
Swift
public init(overrideDynamicGroups: Bool? = nil, thingGroupNames: [String])
-
Declaration
Swift
public func validate(name: String) throws