@Stability(value=Stable)
public static interface CfnMitigationAction.AddThingsToThingGroupParamsProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnMitigationAction.AddThingsToThingGroupParamsProperty.OverrideDynamicGroups`.
|
List<String> |
getThingGroupNames()
`CfnMitigationAction.AddThingsToThingGroupParamsProperty.ThingGroupNames`.
|
@Stability(value=Stable) @Nullable default Object getOverrideDynamicGroups()
@Stability(value=Stable) @NotNull List<String> getThingGroupNames()
@Stability(value=Stable) static CfnMitigationAction.AddThingsToThingGroupParamsProperty.Builder builder()
Copyright © 2021. All rights reserved.