aws.iotwireless.get_multicast_group
Example SQL Queries
SELECT * FROMaws.iotwireless.get_multicast_groupWHERE"id" = 'VALUE';Description
Gets information about a multicast group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the multicast group. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The arn of the multicast group. | VARCHAR |
| created_at Created at timestamp for the resource. | TIMESTAMP_S |
| description The description of the new resource. | VARCHAR |
| lo_ra_wan The LoRaWAN information that is to be returned from getting multicast group information. | STRUCT( |
Show child fields
| |
| name The name of the multicast group. | VARCHAR |
| status The status of the multicast group. | VARCHAR |