Interface CfnWirelessDevice.ApplicationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWirelessDevice.ApplicationProperty.Jsii$Proxy
- Enclosing class:
CfnWirelessDevice
@Stability(Stable)
public static interface CfnWirelessDevice.ApplicationProperty
extends software.amazon.jsii.JsiiSerializable
A list of optional LoRaWAN application information, which can be used for geolocation.
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.*; ApplicationProperty applicationProperty = ApplicationProperty.builder() .destinationName("destinationName") .fPort(123) .type("type") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnWirelessDevice.ApplicationProperty
static final class
An implementation forCfnWirelessDevice.ApplicationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
The name of the position data destination that describes the IoT rule that processes the device's position data.default Number
getFPort()
The name of the new destination for the device.default String
getType()
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestinationName
The name of the position data destination that describes the IoT rule that processes the device's position data.- See Also:
-
getFPort
The name of the new destination for the device.- See Also:
-
getType
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.- See Also:
-
builder
-