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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFuotaTask.LoRaWANProperty
static final class
An implementation forCfnFuotaTask.LoRaWANProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRfRegion
The frequency band (RFRegion) value.- See Also:
-
getStartTime
Start time of a FUOTA task.- See Also:
-
builder
-