@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:51.141Z")
public interface CfnMulticastGroupProps
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 java.lang.String |
getAssociateWirelessDevice()
The ID of the wireless device to associate with a multicast group.
|
default java.lang.String |
getDescription()
The description of the multicast group.
|
default java.lang.String |
getDisassociateWirelessDevice()
The ID of the wireless device to disassociate from a multicast group.
|
java.lang.Object |
getLoRaWan()
The LoRaWAN information that is to be used with the multicast group.
|
default java.lang.String |
getName()
The name of the multicast group.
|
default java.util.List<CfnTag> |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
java.lang.Object getLoRaWan()
default java.lang.String getAssociateWirelessDevice()
default java.lang.String getDescription()
default java.lang.String getDisassociateWirelessDevice()
default java.lang.String getName()
default java.util.List<CfnTag> getTags()
Tags can have a minimum of 0 and a maximum of 50 items.
static CfnMulticastGroupProps.Builder builder()
CfnMulticastGroupProps.Builder
of CfnMulticastGroupProps