FuotaTaskArgs

data class FuotaTaskArgs(val associateMulticastGroup: Output<String>? = null, val associateWirelessDevice: Output<String>? = null, val description: Output<String>? = null, val disassociateMulticastGroup: Output<String>? = null, val disassociateWirelessDevice: Output<String>? = null, val firmwareUpdateImage: Output<String>? = null, val firmwareUpdateRole: Output<String>? = null, val loRaWan: Output<FuotaTaskLoRaWanArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<FuotaTaskArgs>

Create and manage FUOTA tasks.

Constructors

Link copied to clipboard
constructor(associateMulticastGroup: Output<String>? = null, associateWirelessDevice: Output<String>? = null, description: Output<String>? = null, disassociateMulticastGroup: Output<String>? = null, disassociateWirelessDevice: Output<String>? = null, firmwareUpdateImage: Output<String>? = null, firmwareUpdateRole: Output<String>? = null, loRaWan: Output<FuotaTaskLoRaWanArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

Multicast group to associate. Only for update request.

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

Wireless device to associate. Only for update request.

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

FUOTA task description

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

Multicast group to disassociate. Only for update request.

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

Wireless device to disassociate. Only for update request.

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

FUOTA task firmware update image binary S3 link

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

FUOTA task firmware IAM role for reading S3

Link copied to clipboard
val loRaWan: Output<FuotaTaskLoRaWanArgs>? = null

FUOTA task LoRaWAN

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

Name of FUOTA task

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

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

Functions

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