interface LoRaWANGatewayVersionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTWireless.Mixins.CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotwireless/mixins#CfnTaskDefinitionPropsMixin_LoRaWANGatewayVersionProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotwireless.mixins.CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty |
Python | aws_cdk.mixins_preview.aws_iotwireless.mixins.CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotwireless » mixins » CfnTaskDefinitionPropsMixin » LoRaWANGatewayVersionProperty |
LoRaWANGatewayVersion object.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as iotwireless_mixins } from '@aws-cdk/mixins-preview/aws-iotwireless';
const loRaWANGatewayVersionProperty: iotwireless_mixins.CfnTaskDefinitionPropsMixin.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.

.NET
Go
Java
Python
TypeScript