WirelessGatewayArgs

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.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, lastUplinkReceivedAt: Output<String>? = null, loRaWan: Output<WirelessGatewayLoRaWanGatewayArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, thingArn: Output<String>? = null, thingName: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

Description of Wireless Gateway.

Link copied to clipboard
val lastUplinkReceivedAt: Output<String>? = null

The date and time when the most recent uplink was received.

Link copied to clipboard

The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Gateway.

Link copied to clipboard
val name: Output<String>? = null

Name of Wireless Gateway.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of key-value pairs that contain metadata for the gateway.

Link copied to clipboard
val thingArn: Output<String>? = null

Thing Arn. Passed into Update to associate a Thing with the Wireless Gateway.

Link copied to clipboard
val thingName: Output<String>? = null

Thing Name. If there is a Thing created, this can be returned with a Get call.

Functions

Link copied to clipboard
open override fun toJava(): WirelessGatewayArgs