| Package | Description |
|---|---|
| software.amazon.awscdk.services.iotwireless |
AWS::IoTWireless Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnMulticastGroup.Builder |
CfnMulticastGroup.Builder.associateWirelessDevice(String associateWirelessDevice)
The ID of the wireless device to associate with a multicast group.
|
static CfnMulticastGroup.Builder |
CfnMulticastGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnMulticastGroup.Builder |
CfnMulticastGroup.Builder.description(String description)
The description of the multicast group.
|
CfnMulticastGroup.Builder |
CfnMulticastGroup.Builder.disassociateWirelessDevice(String disassociateWirelessDevice)
The ID of the wireless device to disassociate from a multicast group.
|
CfnMulticastGroup.Builder |
CfnMulticastGroup.Builder.loRaWan(CfnMulticastGroup.LoRaWANProperty loRaWan)
The LoRaWAN information that is to be used with the multicast group.
|
CfnMulticastGroup.Builder |
CfnMulticastGroup.Builder.loRaWan(IResolvable loRaWan)
The LoRaWAN information that is to be used with the multicast group.
|
CfnMulticastGroup.Builder |
CfnMulticastGroup.Builder.name(String name)
The name of the multicast group.
|
CfnMulticastGroup.Builder |
CfnMulticastGroup.Builder.tags(List<? extends CfnTag> tags)
The tags are an array of key-value pairs to attach to the specified resource.
|
Copyright © 2022. All rights reserved.