@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.080Z") @Stability(value=Stable) public interface CfnMulticastGroupProps 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.iotwireless.*;
CfnMulticastGroupProps cfnMulticastGroupProps = CfnMulticastGroupProps.builder()
.loRaWan(LoRaWANProperty.builder()
.dlClass("dlClass")
.rfRegion("rfRegion")
// the properties below are optional
.numberOfDevicesInGroup(123)
.numberOfDevicesRequested(123)
.build())
// the properties below are optional
.associateWirelessDevice("associateWirelessDevice")
.description("description")
.disassociateWirelessDevice("disassociateWirelessDevice")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMulticastGroupProps.Builder
A builder for
CfnMulticastGroupProps |
static class |
CfnMulticastGroupProps.Jsii$Proxy
An implementation for
CfnMulticastGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMulticastGroupProps.Builder |
builder() |
default String |
getAssociateWirelessDevice()
The ID of the wireless device to associate with a multicast group.
|
default String |
getDescription()
The description of the multicast group.
|
default String |
getDisassociateWirelessDevice()
The ID of the wireless device to disassociate from a multicast group.
|
Object |
getLoRaWan()
The LoRaWAN information that is to be used with the multicast group.
|
default String |
getName()
The name of the multicast group.
|
default List<CfnTag> |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
@Stability(value=Stable) @NotNull Object getLoRaWan()
@Stability(value=Stable) @Nullable default String getAssociateWirelessDevice()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getDisassociateWirelessDevice()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
Tags can have a minimum of 0 and a maximum of 50 items.
@Stability(value=Stable) static CfnMulticastGroupProps.Builder builder()
CfnMulticastGroupProps.Builder of CfnMulticastGroupPropsCopyright © 2022. All rights reserved.