interface AbpV11Property
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.CfnWirelessDevice.AbpV11Property |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnWirelessDevice_AbpV11Property |
![]() | software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.AbpV11Property |
![]() | aws_cdk.aws_iotwireless.CfnWirelessDevice.AbpV11Property |
![]() | aws-cdk-lib » aws_iotwireless » CfnWirelessDevice » 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 { aws_iotwireless as iotwireless } from 'aws-cdk-lib';
const abpV11Property: iotwireless.CfnWirelessDevice.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
The DevAddr value.
sessionKeys
Type:
IResolvable
|
Session
Session keys for ABP v1.1.