Fuota Task Args
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
Multicast group to associate. Only for update request.
Link copied to clipboard
Wireless device to associate. Only for update request.
Link copied to clipboard
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
FUOTA task LoRaWAN