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
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
Remarks
You can protect the AppSKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
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
Remarks
You can protect the FNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
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
Remarks
You can protect the NwkSEncKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
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
Remarks
You can protect the SNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.