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<WirelessGatewayTagArgs>>? = null, val thingArn: Output<String>? = null, val thingName: Output<String>? = null) : ConvertibleToJava<WirelessGatewayArgs>
Create and manage wireless gateways, including LoRa gateways.
Constructors
Link copied to clipboard
fun WirelessGatewayArgs(description: Output<String>? = null, lastUplinkReceivedAt: Output<String>? = null, loRaWan: Output<WirelessGatewayLoRaWanGatewayArgs>? = null, name: Output<String>? = null, tags: Output<List<WirelessGatewayTagArgs>>? = null, thingArn: Output<String>? = null, thingName: Output<String>? = null)