Show / Hide Table of Contents

Class CfnWirelessDevice.OtaaV11Property

OTAA device object for v1.1 for create APIs.

Inheritance
object
CfnWirelessDevice.OtaaV11Property
Implements
CfnWirelessDevice.IOtaaV11Property
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.IoTWireless
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWirelessDevice.OtaaV11Property : CfnWirelessDevice.IOtaaV11Property
Syntax (vb)
Public Class CfnWirelessDevice.OtaaV11Property Implements CfnWirelessDevice.IOtaaV11Property
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-wirelessdevice-otaav11.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.AWS.IoTWireless;

             var otaaV11Property = new OtaaV11Property {
                 AppKey = "appKey",
                 JoinEui = "joinEui",
                 NwkKey = "nwkKey"
             };

Synopsis

Constructors

OtaaV11Property()

OTAA device object for v1.1 for create APIs.

Properties

AppKey

The AppKey is a secret key, which you should handle in a similar way as you would an application password.

JoinEui

The JoinEUI value.

NwkKey

The NwkKey is a secret key, which you should handle in a similar way as you would an application password.

Constructors

OtaaV11Property()

OTAA device object for v1.1 for create APIs.

public OtaaV11Property()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-wirelessdevice-otaav11.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.AWS.IoTWireless;

             var otaaV11Property = new OtaaV11Property {
                 AppKey = "appKey",
                 JoinEui = "joinEui",
                 NwkKey = "nwkKey"
             };

Properties

AppKey

The AppKey is a secret key, which you should handle in a similar way as you would an application password.

public string AppKey { get; set; }
Property Value

string

Remarks

You can protect the AppKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-wirelessdevice-otaav11.html#cfn-iotwireless-wirelessdevice-otaav11-appkey

JoinEui

The JoinEUI value.

public string JoinEui { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-wirelessdevice-otaav11.html#cfn-iotwireless-wirelessdevice-otaav11-joineui

NwkKey

The NwkKey is a secret key, which you should handle in a similar way as you would an application password.

public string NwkKey { get; set; }
Property Value

string

Remarks

You can protect the NwkKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-wirelessdevice-otaav11.html#cfn-iotwireless-wirelessdevice-otaav11-nwkkey

Implements

CfnWirelessDevice.IOtaaV11Property
Back to top Generated by DocFX