interface LoRaWANGatewayProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTWireless.CfnWirelessGatewayPropsMixin.LoRaWANGatewayProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotwireless#CfnWirelessGatewayPropsMixin_LoRaWANGatewayProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnWirelessGatewayPropsMixin.LoRaWANGatewayProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotwireless.CfnWirelessGatewayPropsMixin.LoRaWANGatewayProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotwireless » CfnWirelessGatewayPropsMixin » 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/cfn-property-mixins';
const loRaWANGatewayProperty: iotwireless.CfnWirelessGatewayPropsMixin.LoRaWANGatewayProperty = {
gatewayEui: 'gatewayEui',
rfRegion: 'rfRegion',
};
Properties
| Name | Type | Description |
|---|---|---|
| gateway | string | The gateway's EUI value. |
| rf | string | The frequency band (RFRegion) value. |
gatewayEui?
Type:
string
(optional)
The gateway's EUI value.
rfRegion?
Type:
string
(optional)
The frequency band (RFRegion) value.

.NET
Go
Java
Python
TypeScript