---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_iotwireless_multicast_group Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Create and manage Multicast groups.
---
# awscc_iotwireless_multicast_group (Resource)
Create and manage Multicast groups.
## Schema
### Required
- `lo_ra_wan` (Attributes) Multicast group LoRaWAN (see [below for nested schema](#nestedatt--lo_ra_wan))
### Optional
- `associate_wireless_device` (String) Wireless device to associate. Only for update request.
- `description` (String) Multicast group description
- `disassociate_wireless_device` (String) Wireless device to disassociate. Only for update request.
- `name` (String) Name of Multicast group
- `tags` (Attributes Set) A list of key-value pairs that contain metadata for the Multicast group. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String) Multicast group arn. Returned after successful create.
- `id` (String) Multicast group id. Returned after successful create.
- `status` (String) Multicast group status. Returned after successful read.
### Nested Schema for `lo_ra_wan`
Required:
- `dl_class` (String) Multicast group LoRaWAN DL Class
- `number_of_devices_in_group` (Number) Multicast group number of devices in group. Returned after successful read.
- `number_of_devices_requested` (Number) Multicast group number of devices requested. Returned after successful read.
- `rf_region` (String) Multicast group LoRaWAN RF region
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_iotwireless_multicast_group.example
```