TaskDefinitionUpdateWirelessGatewayTaskCreateArgs

data class TaskDefinitionUpdateWirelessGatewayTaskCreateArgs(val loRaWan: Output<TaskDefinitionLoRaWanUpdateGatewayTaskCreateArgs>? = null, val updateDataRole: Output<String>? = null, val updateDataSource: Output<String>? = null) : ConvertibleToJava<TaskDefinitionUpdateWirelessGatewayTaskCreateArgs>

Constructors

constructor(loRaWan: Output<TaskDefinitionLoRaWanUpdateGatewayTaskCreateArgs>? = null, updateDataRole: Output<String>? = null, updateDataSource: Output<String>? = null)

Properties

Link copied to clipboard

The properties that relate to the LoRaWAN wireless gateway.

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

The IAM role used to read data from the S3 bucket.

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

The link to the S3 bucket.

Functions

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