LoRaWANGateway - AWS IoT Wireless

LoRaWANGateway

LoRaWANGateway object.

Contents

Beaconing

Beaconing object information, which consists of the data rate and frequency parameters.

Type: Beaconing object

Required: No

GatewayEui

The gateway's EUI value.

Type: String

Pattern: ^(([0-9A-Fa-f]{2}-){7}|([0-9A-Fa-f]{2}:){7}|([0-9A-Fa-f]{2}\s){7}|([0-9A-Fa-f]{2}){7})([0-9A-Fa-f]{2})$

Required: No

JoinEuiFilters

A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.

Type: Array of arrays of strings

Array Members: Minimum number of 0 items. Maximum number of 3 items.

Array Members: Fixed number of 2 items.

Pattern: [a-fA-F0-9]{16}

Required: No

MaxEirp

The MaxEIRP value.

Type: Float

Valid Range: Minimum value of 0. Maximum value of 30.

Required: No

NetIdFilters

A list of NetId values that are used by LoRa gateways to filter the uplink frames.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 10 items.

Pattern: [a-fA-F0-9]{6}

Required: No

RfRegion

The frequency band (RFRegion) value.

Type: String

Length Constraints: Maximum length of 64.

Required: No

SubBands

A list of integer indicating which sub bands are supported by LoRa gateway.

Type: Array of integers

Array Members: Minimum number of 0 items. Maximum number of 8 items.

Valid Range: Minimum value of 1. Maximum value of 8.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: