@Stability(value=Stable)
public static interface CfnWirelessDevice.AbpV11Property
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWirelessDevice.AbpV11Property.Builder
A builder for
CfnWirelessDevice.AbpV11Property |
static class |
CfnWirelessDevice.AbpV11Property.Jsii$Proxy
An implementation for
CfnWirelessDevice.AbpV11Property |
| Modifier and Type | Method and Description |
|---|---|
static CfnWirelessDevice.AbpV11Property.Builder |
builder() |
String |
getDevAddr()
The DevAddr value.
|
Object |
getSessionKeys()
Session keys for ABP v1.1.
|
@Stability(value=Stable) @NotNull String getDevAddr()
@Stability(value=Stable) @NotNull Object getSessionKeys()
@Stability(value=Stable) static CfnWirelessDevice.AbpV11Property.Builder builder()
Copyright © 2022. All rights reserved.