AWS::IoTWireless::FuotaTaskA FUOTA task.
import { CfnFuotaTask } from 'aws-cdk-lib/aws-iotwireless';Or use the module namespace:
import * as iotwireless from 'aws-cdk-lib/aws-iotwireless';
// iotwireless.CfnFuotaTaskConfiguration passed to the constructor as CfnFuotaTaskProps.
firmwareUpdateImageRequiredstringThe S3 URI points to a firmware update image that is to be used with a FUOTA task.
firmwareUpdateRoleRequiredstringThe firmware update role that is to be used with a FUOTA task.
loRaWanRequiredIResolvable | LoRaWANPropertyThe LoRaWAN information used with a FUOTA task.
associateMulticastGroupOptionalstringThe ID of the multicast group to associate with a FUOTA task.
associateWirelessDeviceOptionalstringThe ID of the wireless device to associate with a multicast group.
descriptionOptionalstringThe description of the new resource.
disassociateMulticastGroupOptionalstringThe ID of the multicast group to disassociate from a FUOTA task.
disassociateWirelessDeviceOptionalstringThe ID of the wireless device to disassociate from a FUOTA task.
nameOptionalstringThe name of a FUOTA task.
tagsOptionalCfnTag[]The tags are an array of key-value pairs to attach to the specified resource. Tags can have a minimum of 0 and a maximum of 50 items.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotwirelessAWS::IoTWireless::FuotaTask