Class CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty
LoRaWANGatewayVersion object.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTWireless
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty : CfnTaskDefinitionPropsMixin.ILoRaWANGatewayVersionProperty
Syntax (vb)
Public Class CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty Implements CfnTaskDefinitionPropsMixin.ILoRaWANGatewayVersionProperty
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.CfnPropertyMixins.AWS.IoTWireless;
var loRaWANGatewayVersionProperty = new LoRaWANGatewayVersionProperty {
Model = "model",
PackageVersion = "packageVersion",
Station = "station"
};
Synopsis
Constructors
| LoRaWANGatewayVersionProperty() | LoRaWANGatewayVersion object. |
Properties
| Model | The model number of the wireless gateway. |
| PackageVersion | The version of the wireless gateway firmware. |
| Station | The basic station version of the wireless gateway. |
Constructors
LoRaWANGatewayVersionProperty()
LoRaWANGatewayVersion object.
public LoRaWANGatewayVersionProperty()
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.CfnPropertyMixins.AWS.IoTWireless;
var loRaWANGatewayVersionProperty = new LoRaWANGatewayVersionProperty {
Model = "model",
PackageVersion = "packageVersion",
Station = "station"
};
Properties
Model
The model number of the wireless gateway.
public string? Model { get; set; }
Property Value
Remarks
PackageVersion
The version of the wireless gateway firmware.
public string? PackageVersion { get; set; }
Property Value
Remarks
Station
The basic station version of the wireless gateway.
public string? Station { get; set; }