Interface CfnWirelessDevice.OtaaV11Property

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

@Stability(Stable) public static interface CfnWirelessDevice.OtaaV11Property extends software.amazon.jsii.JsiiSerializable
OTAA device object for v1.1 for create APIs.

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.*;
 OtaaV11Property otaaV11Property = OtaaV11Property.builder()
         .appKey("appKey")
         .joinEui("joinEui")
         .nwkKey("nwkKey")
         .build();
 

See Also: