interface AbpV11Property
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTWireless.Mixins.CfnWirelessDevicePropsMixin.AbpV11Property |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotwireless/mixins#CfnWirelessDevicePropsMixin_AbpV11Property |
Java | software.amazon.awscdk.mixins.preview.services.iotwireless.mixins.CfnWirelessDevicePropsMixin.AbpV11Property |
Python | aws_cdk.mixins_preview.aws_iotwireless.mixins.CfnWirelessDevicePropsMixin.AbpV11Property |
TypeScript | @aws-cdk/mixins-preview » aws_iotwireless » mixins » CfnWirelessDevicePropsMixin » AbpV11Property |
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 { mixins as iotwireless_mixins } from '@aws-cdk/mixins-preview/aws-iotwireless';
const abpV11Property: iotwireless_mixins.CfnWirelessDevicePropsMixin.AbpV11Property = {
devAddr: 'devAddr',
sessionKeys: {
appSKey: 'appSKey',
fNwkSIntKey: 'fNwkSIntKey',
nwkSEncKey: 'nwkSEncKey',
sNwkSIntKey: 'sNwkSIntKey',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| dev | string | The DevAddr value. |
| session | IResolvable | Session | Session keys for ABP v1.1. |
devAddr?
Type:
string
(optional)
The DevAddr value.
sessionKeys?
Type:
IResolvable | Session
(optional)
Session keys for ABP v1.1.

.NET
Go
Java
Python
TypeScript