interface CfnDeviceProfileProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.CfnDeviceProfileProps |
![]() | software.amazon.awscdk.services.iotwireless.CfnDeviceProfileProps |
![]() | aws_cdk.aws_iotwireless.CfnDeviceProfileProps |
![]() | @aws-cdk/aws-iotwireless » CfnDeviceProfileProps |
Properties for defining a CfnDeviceProfile
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotwireless from '@aws-cdk/aws-iotwireless';
const cfnDeviceProfileProps: iotwireless.CfnDeviceProfileProps = {
loRaWan: {
classBTimeout: 123,
classCTimeout: 123,
factoryPresetFreqsList: [123],
macVersion: 'macVersion',
maxDutyCycle: 123,
maxEirp: 123,
pingSlotDr: 123,
pingSlotFreq: 123,
pingSlotPeriod: 123,
regParamsRevision: 'regParamsRevision',
rfRegion: 'rfRegion',
rxDataRate2: 123,
rxDelay1: 123,
rxDrOffset1: 123,
rxFreq2: 123,
supports32BitFCnt: false,
supportsClassB: false,
supportsClassC: false,
supportsJoin: false,
},
name: 'name',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
lo | Lo | IResolvable | LoRaWAN device profile object. |
name? | string | The name of the new resource. |
tags? | Cfn [] | The tags are an array of key-value pairs to attach to the specified resource. |
loRaWan?
Type:
Lo
|
IResolvable
(optional)
LoRaWAN device profile object.
name?
Type:
string
(optional)
The name of the new resource.
tags?
Type:
Cfn
[]
(optional)
The tags are an array of key-value pairs to attach to the specified resource.
Tags can have a minimum of 0 and a maximum of 50 items.