Interface CfnFuotaTask.LoRaWANProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFuotaTask.LoRaWANProperty.Jsii$Proxy
Enclosing class:
CfnFuotaTask

@Stability(Stable) public static interface CfnFuotaTask.LoRaWANProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotwireless.*;
 LoRaWANProperty loRaWANProperty = LoRaWANProperty.builder()
         .rfRegion("rfRegion")
         // the properties below are optional
         .startTime("startTime")
         .build();