@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.920Z") @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()
`AWS::IoTWireless::MulticastGroup.AssociateWirelessDevice`.
|
default String |
getDescription()
`AWS::IoTWireless::MulticastGroup.Description`.
|
default String |
getDisassociateWirelessDevice()
`AWS::IoTWireless::MulticastGroup.DisassociateWirelessDevice`.
|
Object |
getLoRaWan()
`AWS::IoTWireless::MulticastGroup.LoRaWAN`.
|
default String |
getName()
`AWS::IoTWireless::MulticastGroup.Name`.
|
default List<CfnTag> |
getTags()
`AWS::IoTWireless::MulticastGroup.Tags`.
|
@Stability(value=Stable) @Nullable default String getAssociateWirelessDevice()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getDisassociateWirelessDevice()
@Stability(value=Stable) @NotNull Object getLoRaWan()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnMulticastGroupProps.Builder builder()
CfnMulticastGroupProps.Builder of CfnMulticastGroupPropsCopyright © 2021. All rights reserved.