AWS::IoTWireless::FuotaTaskCreate and manage FUOTA tasks.
10 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FirmwareUpdateImage | string | Required |
FirmwareUpdateRole | string | Required |
LoRaWAN | LoRaWAN | Required |
AssociateMulticastGroup | string | |
AssociateWirelessDevice | string | |
Description | string | |
DisassociateMulticastGroup | string | |
DisassociateWirelessDevice | string | |
Name | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | FUOTA task arn. Returned after successful create. |
FuotaTaskStatus | string | FUOTA task status. Returned after successful read. |
Id | string | FUOTA task id. Returned after successful create. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTWireless::FuotaTask
Resources:
MyResource:
Type: AWS::IoTWireless::FuotaTask
Properties:
LoRaWAN: "value"
FirmwareUpdateImage: "value"
FirmwareUpdateRole: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iotwireless:CreateFuotaTaskiotwireless:TagResourceiam:GetRoleiam:PassRoleiotwireless:GetFuotaTaskiotwireless:ListTagsForResourceiam:PassRoleiotwireless:UpdateFuotaTaskiotwireless:GetFuotaTaskiotwireless:TagResourceiotwireless:UntagResourceiotwireless:AssociateMulticastGroupWithFuotaTaskiotwireless:DisassociateMulticastGroupFromFuotaTaskiotwireless:AssociateWirelessDeviceWithFuotaTaskiotwireless:DeleteFuotaTaskiotwireless:ListFuotaTasksiotwireless:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId