AWS::IoTWireless::MulticastGroupA multicast group.
import { CfnMulticastGroup } from 'aws-cdk-lib/aws-iotwireless';Or use the module namespace:
import * as iotwireless from 'aws-cdk-lib/aws-iotwireless';
// iotwireless.CfnMulticastGroupConfiguration passed to the constructor as CfnMulticastGroupProps.
loRaWanRequiredIResolvable | LoRaWANPropertyThe LoRaWAN information that is to be used with the multicast group.
associateWirelessDeviceOptionalstringThe ID of the wireless device to associate with a multicast group.
descriptionOptionalstringThe description of the multicast group.
disassociateWirelessDeviceOptionalstringThe ID of the wireless device to disassociate from a multicast group.
nameOptionalstringThe name of the multicast group.
tagsOptionalCfnTag[]The tags are an array of key-value pairs to attach to the specified resource. Tags can have a minimum of 0 and a maximum of 50 items.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotwirelessAWS::IoTWireless::MulticastGroup