interface OtaaV10xProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTWireless.CfnWirelessDevicePropsMixin.OtaaV10xProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotwireless#CfnWirelessDevicePropsMixin_OtaaV10xProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnWirelessDevicePropsMixin.OtaaV10xProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotwireless.CfnWirelessDevicePropsMixin.OtaaV10xProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotwireless » CfnWirelessDevicePropsMixin » 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/cfn-property-mixins';
const otaaV10xProperty: iotwireless.CfnWirelessDevicePropsMixin.OtaaV10xProperty = {
appEui: 'appEui',
appKey: 'appKey',
};
Properties
| Name | Type | Description |
|---|---|---|
| app | string | The AppEUI value. |
| app | string | The AppKey value. |
appEui?
Type:
string
(optional)
The AppEUI value.
You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.
appKey?
Type:
string
(optional)
The AppKey value.

.NET
Go
Java
Python
TypeScript