aws-cdk-lib.aws_iotwireless.CfnWirelessDevice.OtaaV11Property

interface OtaaV11Property

LanguageType name
.NETAmazon.CDK.AWS.IoTWireless.CfnWirelessDevice.OtaaV11Property
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnWirelessDevice_OtaaV11Property
Javasoftware.amazon.awscdk.services.iotwireless.CfnWirelessDevice.OtaaV11Property
Pythonaws_cdk.aws_iotwireless.CfnWirelessDevice.OtaaV11Property
TypeScript aws-cdk-lib » aws_iotwireless » CfnWirelessDevice » OtaaV11Property

OTAA device object for v1.1 for create APIs.

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 otaaV11Property: iotwireless.CfnWirelessDevice.OtaaV11Property = {
  appKey: 'appKey',
  joinEui: 'joinEui',
  nwkKey: 'nwkKey',
};

Properties

NameTypeDescription
appKeystringThe AppKey is a secret key, which you should handle in a similar way as you would an application password.
joinEuistringThe JoinEUI value.
nwkKeystringThe NwkKey is a secret key, which you should handle in a similar way as you would an application password.

appKey

Type: string

The AppKey is a secret key, which you should handle in a similar way as you would an application password.

You can protect the AppKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.


joinEui

Type: string

The JoinEUI value.


nwkKey

Type: string

The NwkKey is a secret key, which you should handle in a similar way as you would an application password.

You can protect the NwkKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.