@Stability(value=Stable)
public static interface CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
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.*;
LoRaWANUpdateGatewayTaskCreateProperty loRaWANUpdateGatewayTaskCreateProperty = LoRaWANUpdateGatewayTaskCreateProperty.builder()
.currentVersion(LoRaWANGatewayVersionProperty.builder()
.model("model")
.packageVersion("packageVersion")
.station("station")
.build())
.sigKeyCrc(123)
.updateSignature("updateSignature")
.updateVersion(LoRaWANGatewayVersionProperty.builder()
.model("model")
.packageVersion("packageVersion")
.station("station")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder
A builder for
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty |
static class |
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Jsii$Proxy
An implementation for
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder |
builder() |
default Object |
getCurrentVersion()
The version of the gateways that should receive the update.
|
default Number |
getSigKeyCrc()
The CRC of the signature private key to check.
|
default String |
getUpdateSignature()
The signature used to verify the update firmware.
|
default Object |
getUpdateVersion()
The firmware version to update the gateway to.
|
@Stability(value=Stable) @Nullable default Object getCurrentVersion()
@Stability(value=Stable) @Nullable default Number getSigKeyCrc()
@Stability(value=Stable) @Nullable default String getUpdateSignature()
@Stability(value=Stable) @Nullable default Object getUpdateVersion()
@Stability(value=Stable) static CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder builder()
Copyright © 2022. All rights reserved.