aws-cdk-lib.aws_iotwireless.CfnTaskDefinition.LoRaWANGatewayVersionProperty

interface LoRaWANGatewayVersionProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTWireless.CfnTaskDefinition.LoRaWANGatewayVersionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnTaskDefinition_LoRaWANGatewayVersionProperty
Javasoftware.amazon.awscdk.services.iotwireless.CfnTaskDefinition.LoRaWANGatewayVersionProperty
Pythonaws_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

NameTypeDescription
model?stringThe model number of the wireless gateway.
packageVersion?stringThe version of the wireless gateway firmware.
station?stringThe 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.