aws-cdk-lib.aws_iotwireless.CfnWirelessGateway.LoRaWANGatewayProperty

interface LoRaWANGatewayProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTWireless.CfnWirelessGateway.LoRaWANGatewayProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnWirelessGateway_LoRaWANGatewayProperty
Javasoftware.amazon.awscdk.services.iotwireless.CfnWirelessGateway.LoRaWANGatewayProperty
Pythonaws_cdk.aws_iotwireless.CfnWirelessGateway.LoRaWANGatewayProperty
TypeScript aws-cdk-lib » aws_iotwireless » CfnWirelessGateway » LoRaWANGatewayProperty

LoRaWAN wireless gateway 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 loRaWANGatewayProperty: iotwireless.CfnWirelessGateway.LoRaWANGatewayProperty = {
  gatewayEui: 'gatewayEui',
  rfRegion: 'rfRegion',
};

Properties

NameTypeDescription
gatewayEuistringThe gateway's EUI value.
rfRegionstringThe frequency band (RFRegion) value.

gatewayEui

Type: string

The gateway's EUI value.


rfRegion

Type: string

The frequency band (RFRegion) value.