Wireless Gateway Args
data class WirelessGatewayArgs(val description: Output<String>? = null, val lastUplinkReceivedAt: Output<String>? = null, val loRaWan: Output<WirelessGatewayLoRaWanGatewayArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val thingArn: Output<String>? = null, val thingName: Output<String>? = null) : ConvertibleToJava<WirelessGatewayArgs>
Create and manage wireless gateways, including LoRa gateways.