Interface CfnFuotaTaskPropsMixin.LoRaWANProperty

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

@Stability(Stable) public static interface CfnFuotaTaskPropsMixin.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.cfnpropertymixins.services.iotwireless.*;
 LoRaWANProperty loRaWANProperty = LoRaWANProperty.builder()
         .rfRegion("rfRegion")
         .startTime("startTime")
         .build();
 

See Also: