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: