| Package | Description |
|---|---|
| software.amazon.awscdk.services.iotwireless |
AWS::IoTWireless Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnFuotaTask.Builder |
CfnFuotaTask.Builder.associateMulticastGroup(String associateMulticastGroup)
The ID of the multicast group to associate with a FUOTA task.
|
CfnFuotaTask.Builder |
CfnFuotaTask.Builder.associateWirelessDevice(String associateWirelessDevice)
The ID of the wireless device to associate with a multicast group.
|
static CfnFuotaTask.Builder |
CfnFuotaTask.Builder.create(software.constructs.Construct scope,
String id) |
CfnFuotaTask.Builder |
CfnFuotaTask.Builder.description(String description)
The description of the new resource.
|
CfnFuotaTask.Builder |
CfnFuotaTask.Builder.disassociateMulticastGroup(String disassociateMulticastGroup)
The ID of the multicast group to disassociate from a FUOTA task.
|
CfnFuotaTask.Builder |
CfnFuotaTask.Builder.disassociateWirelessDevice(String disassociateWirelessDevice)
The ID of the wireless device to disassociate from a FUOTA task.
|
CfnFuotaTask.Builder |
CfnFuotaTask.Builder.firmwareUpdateImage(String firmwareUpdateImage)
The S3 URI points to a firmware update image that is to be used with a FUOTA task.
|
CfnFuotaTask.Builder |
CfnFuotaTask.Builder.firmwareUpdateRole(String firmwareUpdateRole)
The firmware update role that is to be used with a FUOTA task.
|
CfnFuotaTask.Builder |
CfnFuotaTask.Builder.loRaWan(CfnFuotaTask.LoRaWANProperty loRaWan)
The LoRaWAN information used with a FUOTA task.
|
CfnFuotaTask.Builder |
CfnFuotaTask.Builder.loRaWan(IResolvable loRaWan)
The LoRaWAN information used with a FUOTA task.
|
CfnFuotaTask.Builder |
CfnFuotaTask.Builder.name(String name)
The name of a FUOTA task.
|
CfnFuotaTask.Builder |
CfnFuotaTask.Builder.tags(List<? extends CfnTag> tags)
The tags are an array of key-value pairs to attach to the specified resource.
|
Copyright © 2022. All rights reserved.