aws-cdk-lib.aws_iotwireless.CfnWirelessDevice.OtaaV10xProperty

interface OtaaV10xProperty

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

OTAA device object for create APIs for 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 otaaV10xProperty: iotwireless.CfnWirelessDevice.OtaaV10xProperty = {
  appEui: 'appEui',
  appKey: 'appKey',
};

Properties

NameTypeDescription
appEuistringThe AppEUI value, with pattern of [a-fA-F0-9]{16} .
appKeystringThe AppKey is a secret key, which you should handle in a similar way as you would an application password.

appEui

Type: string

The AppEUI value, with pattern of [a-fA-F0-9]{16} .


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.