interface AbpV10xProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.CfnWirelessDevice.AbpV10xProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnWirelessDevice_AbpV10xProperty |
![]() | software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.AbpV10xProperty |
![]() | aws_cdk.aws_iotwireless.CfnWirelessDevice.AbpV10xProperty |
![]() | aws-cdk-lib » aws_iotwireless » CfnWirelessDevice » AbpV10xProperty |
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 { aws_iotwireless as iotwireless } from 'aws-cdk-lib';
const abpV10xProperty: iotwireless.CfnWirelessDevice.AbpV10xProperty = {
devAddr: 'devAddr',
sessionKeys: {
appSKey: 'appSKey',
nwkSKey: 'nwkSKey',
},
};
Properties
Name | Type | Description |
---|---|---|
dev | string | The DevAddr value. |
session | IResolvable | Session | Session keys for ABP v1.0.x. |
devAddr
Type:
string
The DevAddr value.
sessionKeys
Type:
IResolvable
|
Session
Session keys for ABP v1.0.x.