Show / Hide Table of Contents

Interface CfnWirelessDevicePropsMixin.ISessionKeysAbpV11Property

Session keys for ABP v1.1.

Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTWireless.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnWirelessDevicePropsMixin.ISessionKeysAbpV11Property
Syntax (vb)
Public Interface CfnWirelessDevicePropsMixin.ISessionKeysAbpV11Property
Remarks

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

             var sessionKeysAbpV11Property = new SessionKeysAbpV11Property {
                 AppSKey = "appSKey",
                 FNwkSIntKey = "fNwkSIntKey",
                 NwkSEncKey = "nwkSEncKey",
                 SNwkSIntKey = "sNwkSIntKey"
             };

Synopsis

Properties

AppSKey

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

FNwkSIntKey

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

NwkSEncKey

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

SNwkSIntKey

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

Properties

AppSKey

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

string? AppSKey { get; }
Property Value

string

Remarks

You can protect the AppSKey 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-sessionkeysabpv11.html#cfn-iotwireless-wirelessdevice-sessionkeysabpv11-appskey

FNwkSIntKey

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

string? FNwkSIntKey { get; }
Property Value

string

Remarks

You can protect the FNwkSIntKey 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-sessionkeysabpv11.html#cfn-iotwireless-wirelessdevice-sessionkeysabpv11-fnwksintkey

NwkSEncKey

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

string? NwkSEncKey { get; }
Property Value

string

Remarks

You can protect the NwkSEncKey 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-sessionkeysabpv11.html#cfn-iotwireless-wirelessdevice-sessionkeysabpv11-nwksenckey

SNwkSIntKey

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

string? SNwkSIntKey { get; }
Property Value

string

Remarks

You can protect the SNwkSIntKey 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-sessionkeysabpv11.html#cfn-iotwireless-wirelessdevice-sessionkeysabpv11-snwksintkey

Back to top Generated by DocFX