Interface CfnWirelessDevice.AbpV10xProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWirelessDevice.AbpV10xProperty.Jsii$Proxy
- Enclosing class:
CfnWirelessDevice
@Stability(Stable)
public static interface CfnWirelessDevice.AbpV10xProperty
extends software.amazon.jsii.JsiiSerializable
ABP device object for LoRaWAN specification v1.0.x.
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.*;
AbpV10xProperty abpV10xProperty = AbpV10xProperty.builder()
.devAddr("devAddr")
.sessionKeys(SessionKeysAbpV10xProperty.builder()
.appSKey("appSKey")
.nwkSKey("nwkSKey")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWirelessDevice.AbpV10xPropertystatic final classAn implementation forCfnWirelessDevice.AbpV10xProperty -
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.0.x.Returns union: either
IResolvableorCfnWirelessDevice.SessionKeysAbpV10xProperty- See Also:
-
builder
-