GetFuotaTaskResult

data class GetFuotaTaskResult(val arn: String? = null, val associateMulticastGroup: String? = null, val associateWirelessDevice: String? = null, val description: String? = null, val disassociateMulticastGroup: String? = null, val disassociateWirelessDevice: String? = null, val firmwareUpdateImage: String? = null, val firmwareUpdateRole: String? = null, val fuotaTaskStatus: String? = null, val id: String? = null, val loRaWan: FuotaTaskLoRaWan? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, associateMulticastGroup: String? = null, associateWirelessDevice: String? = null, description: String? = null, disassociateMulticastGroup: String? = null, disassociateWirelessDevice: String? = null, firmwareUpdateImage: String? = null, firmwareUpdateRole: String? = null, fuotaTaskStatus: String? = null, id: String? = null, loRaWan: FuotaTaskLoRaWan? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

FUOTA task arn. Returned after successful create.

Link copied to clipboard

Multicast group to associate. Only for update request.

Link copied to clipboard

Wireless device to associate. Only for update request.

Link copied to clipboard
val description: String? = null

FUOTA task description

Link copied to clipboard

Multicast group to disassociate. Only for update request.

Link copied to clipboard

Wireless device to disassociate. Only for update request.

Link copied to clipboard

FUOTA task firmware update image binary S3 link

Link copied to clipboard

FUOTA task firmware IAM role for reading S3

Link copied to clipboard
val fuotaTaskStatus: String? = null

FUOTA task status. Returned after successful read.

Link copied to clipboard
val id: String? = null

FUOTA task id. Returned after successful create.

Link copied to clipboard

FUOTA task LoRaWAN

Link copied to clipboard
val name: String? = null

Name of FUOTA task

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

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