multicast_group_tags
Expands all tag keys and values for multicast_groups
in a region
Overview
Name | multicast_group_tags |
Type | Resource |
Description | Create and manage Multicast groups. |
Id | aws.iotwireless.multicast_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of Multicast group |
description | string | Multicast group description |
lo_ra_wan | object | Multicast group LoRaWAN |
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. |
associate_wireless_device | string | Wireless device to associate. Only for update request. |
disassociate_wireless_device | string | Wireless device to disassociate. Only for update request. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all multicast_groups
in a region.
SELECT
region,
name,
description,
lo_ra_wan,
arn,
id,
status,
associate_wireless_device,
disassociate_wireless_device,
tag_key,
tag_value
FROM aws.iotwireless.multicast_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the multicast_group_tags
resource, see multicast_groups