@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.079Z") @Stability(value=Stable) public class CfnMulticastGroup extends CfnResource implements IInspectable
A multicast group.
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.*;
CfnMulticastGroup cfnMulticastGroup = CfnMulticastGroup.Builder.create(this, "MyCfnMulticastGroup")
.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 | Class and Description |
|---|---|
static class |
CfnMulticastGroup.Builder
A fluent builder for
CfnMulticastGroup. |
static interface |
CfnMulticastGroup.LoRaWANProperty
The LoRaWAN information that is to be used with the multicast group.
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnMulticastGroup(software.constructs.Construct scope,
String id,
CfnMulticastGroupProps props)
Create a new `AWS::IoTWireless::MulticastGroup`.
|
protected |
CfnMulticastGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnMulticastGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssociateWirelessDevice()
The ID of the wireless device to associate with a multicast group.
|
String |
getAttrArn()
The ARN of the multicast group.
|
String |
getAttrId()
The ID of the multicast group.
|
Number |
getAttrLoRaWanNumberOfDevicesInGroup()
The number of devices that are associated to the multicast group.
|
Number |
getAttrLoRaWanNumberOfDevicesRequested()
The number of devices that are requested to be associated with the multicast group.
|
String |
getAttrStatus()
The status of a multicast group.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
The description of the multicast group.
|
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.
|
String |
getName()
The name of the multicast group.
|
TagManager |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAssociateWirelessDevice(String value)
The ID of the wireless device to associate with a multicast group.
|
void |
setDescription(String value)
The description of the multicast group.
|
void |
setDisassociateWirelessDevice(String value)
The ID of the wireless device to disassociate from a multicast group.
|
void |
setLoRaWan(CfnMulticastGroup.LoRaWANProperty value)
The LoRaWAN information that is to be used with the multicast group.
|
void |
setLoRaWan(IResolvable value)
The LoRaWAN information that is to be used with the multicast group.
|
void |
setName(String value)
The name of the multicast group.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnMulticastGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnMulticastGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnMulticastGroup(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnMulticastGroupProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrId()
@Stability(value=Stable) @NotNull public Number getAttrLoRaWanNumberOfDevicesInGroup()
@Stability(value=Stable) @NotNull public Number getAttrLoRaWanNumberOfDevicesRequested()
@Stability(value=Stable) @NotNull public String getAttrStatus()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
Tags can have a minimum of 0 and a maximum of 50 items.
@Stability(value=Stable) @NotNull public Object getLoRaWan()
@Stability(value=Stable)
public void setLoRaWan(@NotNull
CfnMulticastGroup.LoRaWANProperty value)
@Stability(value=Stable)
public void setLoRaWan(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public String getAssociateWirelessDevice()
@Stability(value=Stable)
public void setAssociateWirelessDevice(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDisassociateWirelessDevice()
@Stability(value=Stable)
public void setDisassociateWirelessDevice(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
Copyright © 2022. All rights reserved.