interface LoRaWANGatewayVersionProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.IoTWireless.CfnTaskDefinition.LoRaWANGatewayVersionProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnTaskDefinition_LoRaWANGatewayVersionProperty | 
|  Java | software.amazon.awscdk.services.iotwireless.CfnTaskDefinition.LoRaWANGatewayVersionProperty | 
|  Python | aws_cdk.aws_iotwireless.CfnTaskDefinition.LoRaWANGatewayVersionProperty | 
|  TypeScript | aws-cdk-lib»aws_iotwireless»CfnTaskDefinition»LoRaWANGatewayVersionProperty | 
LoRaWANGatewayVersion object.
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 loRaWANGatewayVersionProperty: iotwireless.CfnTaskDefinition.LoRaWANGatewayVersionProperty = {
  model: 'model',
  packageVersion: 'packageVersion',
  station: 'station',
};
Properties
| Name | Type | Description | 
|---|---|---|
| model? | string | The model number of the wireless gateway. | 
| package | string | The version of the wireless gateway firmware. | 
| station? | string | The basic station version of the wireless gateway. | 
model?
Type:
string
(optional)
The model number of the wireless gateway.
packageVersion?
Type:
string
(optional)
The version of the wireless gateway firmware.
station?
Type:
string
(optional)
The basic station version of the wireless gateway.
