interface OtaaV10xProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoTWireless.CfnWirelessDevice.OtaaV10xProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnWirelessDevice_OtaaV10xProperty |
Java | software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.OtaaV10xProperty |
Python | aws_cdk.aws_iotwireless.CfnWirelessDevice.OtaaV10xProperty |
TypeScript | aws-cdk-lib » aws_iotwireless » CfnWirelessDevice » OtaaV10xProperty |
OTAA device object 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
| Name | Type | Description |
|---|---|---|
| app | string | The AppEUI value. |
| app | string | The AppKey value. |
appEui
Type:
string
The AppEUI value.
You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.
appKey
Type:
string
The AppKey value.

.NET
Go
Java
Python
TypeScript