interface OtaaV10xProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.CfnWirelessDevice.OtaaV10xProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnWirelessDevice_OtaaV10xProperty |
![]() | software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.OtaaV10xProperty |
![]() | aws_cdk.aws_iotwireless.CfnWirelessDevice.OtaaV10xProperty |
![]() | 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.