Interface CfnWirelessGateway.LoRaWANGatewayProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWirelessGateway.LoRaWANGatewayProperty.Jsii$Proxy
Enclosing class:
CfnWirelessGateway

@Stability(Stable) public static interface CfnWirelessGateway.LoRaWANGatewayProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotwireless.*;
 LoRaWANGatewayProperty loRaWANGatewayProperty = LoRaWANGatewayProperty.builder()
         .gatewayEui("gatewayEui")
         .rfRegion("rfRegion")
         .build();
 

See Also: