Interface CfnWirelessDevice.AbpV11Property

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

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

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.*;
 AbpV11Property abpV11Property = AbpV11Property.builder()
         .devAddr("devAddr")
         .sessionKeys(SessionKeysAbpV11Property.builder()
                 .appSKey("appSKey")
                 .fNwkSIntKey("fNwkSIntKey")
                 .nwkSEncKey("nwkSEncKey")
                 .sNwkSIntKey("sNwkSIntKey")
                 .build())
         .build();
 

See Also: