aws-cdk-lib.aws_iotwireless.CfnFuotaTaskProps

interface CfnFuotaTaskProps

LanguageType name
.NETAmazon.CDK.AWS.IoTWireless.CfnFuotaTaskProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnFuotaTaskProps
Javasoftware.amazon.awscdk.services.iotwireless.CfnFuotaTaskProps
Pythonaws_cdk.aws_iotwireless.CfnFuotaTaskProps
TypeScript aws-cdk-lib » aws_iotwireless » CfnFuotaTaskProps

Properties for defining a CfnFuotaTask.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotwireless as iotwireless } from 'aws-cdk-lib';
const cfnFuotaTaskProps: iotwireless.CfnFuotaTaskProps = {
  firmwareUpdateImage: 'firmwareUpdateImage',
  firmwareUpdateRole: 'firmwareUpdateRole',
  loRaWan: {
    rfRegion: 'rfRegion',

    // the properties below are optional
    startTime: 'startTime',
  },

  // the properties below are optional
  associateMulticastGroup: 'associateMulticastGroup',
  associateWirelessDevice: 'associateWirelessDevice',
  description: 'description',
  disassociateMulticastGroup: 'disassociateMulticastGroup',
  disassociateWirelessDevice: 'disassociateWirelessDevice',
  name: 'name',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
firmwareUpdateImagestringThe S3 URI points to a firmware update image that is to be used with a FUOTA task.
firmwareUpdateRolestringThe firmware update role that is to be used with a FUOTA task.
loRaWanIResolvable | LoRaWANPropertyThe LoRaWAN information used with a FUOTA task.
associateMulticastGroup?stringThe ID of the multicast group to associate with a FUOTA task.
associateWirelessDevice?stringThe ID of the wireless device to associate with a multicast group.
description?stringThe description of the new resource.
disassociateMulticastGroup?stringThe ID of the multicast group to disassociate from a FUOTA task.
disassociateWirelessDevice?stringThe ID of the wireless device to disassociate from a FUOTA task.
name?stringThe name of a FUOTA task.
tags?CfnTag[]The tags are an array of key-value pairs to attach to the specified resource.

firmwareUpdateImage

Type: string

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


firmwareUpdateRole

Type: string

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


loRaWan

Type: IResolvable | LoRaWANProperty

The LoRaWAN information used with a FUOTA task.


associateMulticastGroup?

Type: string (optional)

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


associateWirelessDevice?

Type: string (optional)

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


description?

Type: string (optional)

The description of the new resource.


disassociateMulticastGroup?

Type: string (optional)

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


disassociateWirelessDevice?

Type: string (optional)

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


name?

Type: string (optional)

The name of a FUOTA task.


tags?

Type: CfnTag[] (optional)

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.