AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTWireless::FuotaTask

IoTWireless FuotaTask

Create and manage FUOTA tasks.

Properties

10 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
FirmwareUpdateImage
string
Required
FirmwareUpdateRole
string
Required
LoRaWAN
LoRaWAN
Required
AssociateMulticastGroup
string
AssociateWirelessDevice
string
Description
string
DisassociateMulticastGroup
string
DisassociateWirelessDevice
string
Name
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringFUOTA task arn. Returned after successful create.
FuotaTaskStatusstringFUOTA task status. Returned after successful read.
IdstringFUOTA task id. Returned after successful create.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iotwireless:CreateFuotaTaskiotwireless:TagResourceiam:GetRoleiam:PassRole

read

iotwireless:GetFuotaTaskiotwireless:ListTagsForResource

update

iam:PassRoleiotwireless:UpdateFuotaTaskiotwireless:GetFuotaTaskiotwireless:TagResourceiotwireless:UntagResourceiotwireless:AssociateMulticastGroupWithFuotaTaskiotwireless:DisassociateMulticastGroupFromFuotaTaskiotwireless:AssociateWirelessDeviceWithFuotaTask

delete

iotwireless:DeleteFuotaTask

list

iotwireless:ListFuotaTasksiotwireless:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoTWireless
Properties13
Required3
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links