Interface CfnTaskDefinition.IUpdateWirelessGatewayTaskCreateProperty
UpdateWirelessGatewayTaskCreate object.
Namespace: Amazon.CDK.AWS.IoTWireless
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IUpdateWirelessGatewayTaskCreateProperty
Syntax (vb)
Public Interface IUpdateWirelessGatewayTaskCreateProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTWireless;
var updateWirelessGatewayTaskCreateProperty = new UpdateWirelessGatewayTaskCreateProperty {
LoRaWan = new LoRaWANUpdateGatewayTaskCreateProperty {
CurrentVersion = new LoRaWANGatewayVersionProperty {
Model = "model",
PackageVersion = "packageVersion",
Station = "station"
},
SigKeyCrc = 123,
UpdateSignature = "updateSignature",
UpdateVersion = new LoRaWANGatewayVersionProperty {
Model = "model",
PackageVersion = "packageVersion",
Station = "station"
}
},
UpdateDataRole = "updateDataRole",
UpdateDataSource = "updateDataSource"
};
Synopsis
Properties
Lo |
The properties that relate to the LoRaWAN wireless gateway. |
Update |
The IAM role used to read data from the S3 bucket. |
Update |
The link to the S3 bucket. |
Properties
LoRaWan
The properties that relate to the LoRaWAN wireless gateway.
virtual object LoRaWan { get; }
Property Value
System.
Remarks
UpdateDataRole
The IAM role used to read data from the S3 bucket.
virtual string UpdateDataRole { get; }
Property Value
System.
Remarks
UpdateDataSource
The link to the S3 bucket.
virtual string UpdateDataSource { get; }
Property Value
System.