aws-cdk-lib.aws_iotwireless.CfnWirelessDevice.AbpV10xProperty

interface AbpV10xProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTWireless.CfnWirelessDevice.AbpV10xProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnWirelessDevice_AbpV10xProperty
Javasoftware.amazon.awscdk.services.iotwireless.CfnWirelessDevice.AbpV10xProperty
Pythonaws_cdk.aws_iotwireless.CfnWirelessDevice.AbpV10xProperty
TypeScript 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

NameTypeDescription
devAddrstringThe DevAddr value.
sessionKeysIResolvable | SessionKeysAbpV10xPropertySession keys for ABP v1.0.x.

devAddr

Type: string

The DevAddr value.


sessionKeys

Type: IResolvable | SessionKeysAbpV10xProperty

Session keys for ABP v1.0.x.