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();