Class CfnDeviceProfileProps
Properties for defining a CfnDeviceProfile
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.IoTWireless
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDeviceProfileProps : Object, ICfnDeviceProfileProps
Syntax (vb)
Public Class CfnDeviceProfileProps
Inherits Object
Implements ICfnDeviceProfileProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTWireless;
var cfnDeviceProfileProps = new CfnDeviceProfileProps {
LoRaWan = new LoRaWANDeviceProfileProperty {
ClassBTimeout = 123,
ClassCTimeout = 123,
FactoryPresetFreqsList = new [] { 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 = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
Cfn |
Properties
Lo |
LoRaWAN device profile object. |
Name | The name of the new resource. |
Tags | The tags are an array of key-value pairs to attach to the specified resource. |
Constructors
CfnDeviceProfileProps()
public CfnDeviceProfileProps()
Properties
LoRaWan
LoRaWAN device profile object.
public object LoRaWan { get; set; }
Property Value
System.
Remarks
Name
The name of the new resource.
public string Name { get; set; }
Property Value
System.
Remarks
Tags
The tags are an array of key-value pairs to attach to the specified resource.
public ICfnTag[] Tags { get; set; }
Property Value
ICfn
Remarks
Tags can have a minimum of 0 and a maximum of 50 items.