@Stability(value=Stable)
public static interface CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty
extends software.amazon.jsii.JsiiSerializable
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.*; LoRaWANUpdateGatewayTaskEntryProperty loRaWANUpdateGatewayTaskEntryProperty = LoRaWANUpdateGatewayTaskEntryProperty.builder() .currentVersion(LoRaWANGatewayVersionProperty.builder() .model("model") .packageVersion("packageVersion") .station("station") .build()) .updateVersion(LoRaWANGatewayVersionProperty.builder() .model("model") .packageVersion("packageVersion") .station("station") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder
A builder for
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty |
static class |
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Jsii$Proxy
An implementation for
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder |
builder() |
default Object |
getCurrentVersion()
The version of the gateways that should receive the update.
|
default Object |
getUpdateVersion()
The firmware version to update the gateway to.
|
@Stability(value=Stable) @Nullable default Object getCurrentVersion()
@Stability(value=Stable) @Nullable default Object getUpdateVersion()
@Stability(value=Stable) static CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder builder()
Copyright © 2023. All rights reserved.