@Stability(value=Stable)
public static interface CfnMitigationAction.AddThingsToThingGroupParamsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iot.*; AddThingsToThingGroupParamsProperty addThingsToThingGroupParamsProperty = AddThingsToThingGroupParamsProperty.builder() .thingGroupNames(List.of("thingGroupNames")) // the properties below are optional .overrideDynamicGroups(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder
A builder for
CfnMitigationAction.AddThingsToThingGroupParamsProperty |
static class |
CfnMitigationAction.AddThingsToThingGroupParamsProperty.Jsii$Proxy
An implementation for
CfnMitigationAction.AddThingsToThingGroupParamsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder |
builder() |
default Object |
getOverrideDynamicGroups()
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.
|
List<String> |
getThingGroupNames()
The list of groups to which you want to add the things that triggered the mitigation action.
|
@Stability(value=Stable) @NotNull List<String> getThingGroupNames()
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.
@Stability(value=Stable) @Nullable default Object getOverrideDynamicGroups()
@Stability(value=Stable) static CfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder builder()
Copyright © 2023. All rights reserved.