Interface CfnWirelessDevice.SessionKeysAbpV11Property

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

@Stability(Stable) public static interface CfnWirelessDevice.SessionKeysAbpV11Property extends software.amazon.jsii.JsiiSerializable
Session keys for ABP 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.*;
 SessionKeysAbpV11Property sessionKeysAbpV11Property = SessionKeysAbpV11Property.builder()
         .appSKey("appSKey")
         .fNwkSIntKey("fNwkSIntKey")
         .nwkSEncKey("nwkSEncKey")
         .sNwkSIntKey("sNwkSIntKey")
         .build();
 

See Also: