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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnWirelessGateway.LoRaWANGatewayProperty
static final class
An implementation forCfnWirelessGateway.LoRaWANGatewayProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The gateway's EUI value.The frequency band (RFRegion) value.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGatewayEui
The gateway's EUI value.- See Also:
-
getRfRegion
The frequency band (RFRegion) value.- See Also:
-
builder
-