aws-cdk-lib.aws_iotwireless.CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty

interface LoRaWANUpdateGatewayTaskCreateProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTWireless.CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnTaskDefinition_LoRaWANUpdateGatewayTaskCreateProperty
Javasoftware.amazon.awscdk.services.iotwireless.CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
Pythonaws_cdk.aws_iotwireless.CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
TypeScript aws-cdk-lib » aws_iotwireless » CfnTaskDefinition » LoRaWANUpdateGatewayTaskCreateProperty

The signature used to verify the update firmware.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotwireless as iotwireless } from 'aws-cdk-lib';
const loRaWANUpdateGatewayTaskCreateProperty: iotwireless.CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty = {
  currentVersion: {
    model: 'model',
    packageVersion: 'packageVersion',
    station: 'station',
  },
  sigKeyCrc: 123,
  updateSignature: 'updateSignature',
  updateVersion: {
    model: 'model',
    packageVersion: 'packageVersion',
    station: 'station',
  },
};

Properties

NameTypeDescription
currentVersion?IResolvable | LoRaWANGatewayVersionPropertyThe version of the gateways that should receive the update.
sigKeyCrc?numberThe CRC of the signature private key to check.
updateSignature?stringThe signature used to verify the update firmware.
updateVersion?IResolvable | LoRaWANGatewayVersionPropertyThe firmware version to update the gateway to.

currentVersion?

Type: IResolvable | LoRaWANGatewayVersionProperty (optional)

The version of the gateways that should receive the update.


sigKeyCrc?

Type: number (optional)

The CRC of the signature private key to check.


updateSignature?

Type: string (optional)

The signature used to verify the update firmware.


updateVersion?

Type: IResolvable | LoRaWANGatewayVersionProperty (optional)

The firmware version to update the gateway to.