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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnWirelessDevice.AbpV11Property
static final class
An implementation forCfnWirelessDevice.AbpV11Property
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDevAddr
The DevAddr value.- See Also:
-
getSessionKeys
Session keys for ABP v1.1.- See Also:
-
builder
-