Interface CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty.Jsii$Proxy
- Enclosing class:
CfnTaskDefinitionPropsMixin
@Stability(Stable)
public static interface CfnTaskDefinitionPropsMixin.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.mixins.preview.services.iotwireless.mixins.*;
LoRaWANGatewayVersionProperty loRaWANGatewayVersionProperty = LoRaWANGatewayVersionProperty.builder()
.model("model")
.packageVersion("packageVersion")
.station("station")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTaskDefinitionPropsMixin.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
@Stability(Stable) static CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty.Builder builder()
-