interface LoRaWANProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.IoTWireless.CfnFuotaTask.LoRaWANProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnFuotaTask_LoRaWANProperty | 
|  Java | software.amazon.awscdk.services.iotwireless.CfnFuotaTask.LoRaWANProperty | 
|  Python | aws_cdk.aws_iotwireless.CfnFuotaTask.LoRaWANProperty | 
|  TypeScript | aws-cdk-lib»aws_iotwireless»CfnFuotaTask»LoRaWANProperty | 
The LoRaWAN information used with a FUOTA task.
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 loRaWANProperty: iotwireless.CfnFuotaTask.LoRaWANProperty = {
  rfRegion: 'rfRegion',
  // the properties below are optional
  startTime: 'startTime',
};
Properties
| Name | Type | Description | 
|---|---|---|
| rf | string | The frequency band (RFRegion) value. | 
| start | string | Start time of a FUOTA task. | 
rfRegion
Type:
string
The frequency band (RFRegion) value.
startTime?
Type:
string
(optional)
Start time of a FUOTA task.
