Interface CfnTaskDefinition.LoRaWANGatewayVersionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTaskDefinition.LoRaWANGatewayVersionProperty.Jsii$Proxy
- Enclosing class:
CfnTaskDefinition
@Stability(Stable)
public static interface CfnTaskDefinition.LoRaWANGatewayVersionProperty
extends software.amazon.jsii.JsiiSerializable
LoRaWANGatewayVersion 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.*; LoRaWANGatewayVersionProperty loRaWANGatewayVersionProperty = LoRaWANGatewayVersionProperty.builder() .model("model") .packageVersion("packageVersion") .station("station") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTaskDefinition.LoRaWANGatewayVersionProperty
static final class
An implementation forCfnTaskDefinition.LoRaWANGatewayVersionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getModel
The model number of the wireless gateway.- See Also:
-
getPackageVersion
The version of the wireless gateway firmware.- See Also:
-
getStation
The basic station version of the wireless gateway.- See Also:
-
builder
-