AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTWireless::FuotaTask

CfnFuotaTask

A FUOTA task.

Import

import { CfnFuotaTask } from 'aws-cdk-lib/aws-iotwireless';

Or use the module namespace:

import * as iotwireless from 'aws-cdk-lib/aws-iotwireless';
// iotwireless.CfnFuotaTask

Properties

Configuration passed to the constructor as CfnFuotaTaskProps.

firmwareUpdateImageRequired
string

The S3 URI points to a firmware update image that is to be used with a FUOTA task.

firmwareUpdateRoleRequired
string

The firmware update role that is to be used with a FUOTA task.

loRaWanRequired
IResolvable | LoRaWANProperty

The LoRaWAN information used with a FUOTA task.

associateMulticastGroupOptional
string

The ID of the multicast group to associate with a FUOTA task.

associateWirelessDeviceOptional
string

The ID of the wireless device to associate with a multicast group.

descriptionOptional
string

The description of the new resource.

disassociateMulticastGroupOptional
string

The ID of the multicast group to disassociate from a FUOTA task.

disassociateWirelessDeviceOptional
string

The ID of the wireless device to disassociate from a FUOTA task.

nameOptional
string

The name of a FUOTA task.

tagsOptional
CfnTag[]

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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter