Show / Hide Table of Contents

Class CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty

LoRaWANGatewayVersion object.

Inheritance
object
CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty
Implements
CfnTaskDefinitionPropsMixin.ILoRaWANGatewayVersionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTWireless
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty : CfnTaskDefinitionPropsMixin.ILoRaWANGatewayVersionProperty
Syntax (vb)
Public Class CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty Implements CfnTaskDefinitionPropsMixin.ILoRaWANGatewayVersionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-taskdefinition-lorawangatewayversion.html

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.CfnPropertyMixins.AWS.IoTWireless;

             var loRaWANGatewayVersionProperty = new LoRaWANGatewayVersionProperty {
                 Model = "model",
                 PackageVersion = "packageVersion",
                 Station = "station"
             };

Synopsis

Constructors

LoRaWANGatewayVersionProperty()

LoRaWANGatewayVersion object.

Properties

Model

The model number of the wireless gateway.

PackageVersion

The version of the wireless gateway firmware.

Station

The basic station version of the wireless gateway.

Constructors

LoRaWANGatewayVersionProperty()

LoRaWANGatewayVersion object.

public LoRaWANGatewayVersionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-taskdefinition-lorawangatewayversion.html

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.CfnPropertyMixins.AWS.IoTWireless;

             var loRaWANGatewayVersionProperty = new LoRaWANGatewayVersionProperty {
                 Model = "model",
                 PackageVersion = "packageVersion",
                 Station = "station"
             };

Properties

Model

The model number of the wireless gateway.

public string? Model { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-taskdefinition-lorawangatewayversion.html#cfn-iotwireless-taskdefinition-lorawangatewayversion-model

PackageVersion

The version of the wireless gateway firmware.

public string? PackageVersion { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-taskdefinition-lorawangatewayversion.html#cfn-iotwireless-taskdefinition-lorawangatewayversion-packageversion

Station

The basic station version of the wireless gateway.

public string? Station { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-taskdefinition-lorawangatewayversion.html#cfn-iotwireless-taskdefinition-lorawangatewayversion-station

Implements

CfnTaskDefinitionPropsMixin.ILoRaWANGatewayVersionProperty
Back to top Generated by DocFX