interface SessionKeysAbpV11Property
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.CfnWirelessDevice.SessionKeysAbpV11Property |
![]() | software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.SessionKeysAbpV11Property |
![]() | aws_cdk.aws_iotwireless.CfnWirelessDevice.SessionKeysAbpV11Property |
![]() | @aws-cdk/aws-iotwireless » CfnWirelessDevice » SessionKeysAbpV11Property |
Session keys for ABP v1.1.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotwireless from '@aws-cdk/aws-iotwireless';
const sessionKeysAbpV11Property: iotwireless.CfnWirelessDevice.SessionKeysAbpV11Property = {
appSKey: 'appSKey',
fNwkSIntKey: 'fNwkSIntKey',
nwkSEncKey: 'nwkSEncKey',
sNwkSIntKey: 'sNwkSIntKey',
};
Properties
Name | Type | Description |
---|---|---|
app | string | The AppSKey is a secret key, which you should handle in a similar way as you would an application password. |
f | string | The FNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. |
nwk | string | The NwkSEncKey is a secret key, which you should handle in a similar way as you would an application password. |
s | string | The SNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password. |
appSKey
Type:
string
The AppSKey is a secret key, which you should handle in a similar way as you would an application password.
You can protect the AppSKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
fNwkSIntKey
Type:
string
The FNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password.
You can protect the FNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
nwkSEncKey
Type:
string
The NwkSEncKey is a secret key, which you should handle in a similar way as you would an application password.
You can protect the NwkSEncKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.
sNwkSIntKey
Type:
string
The SNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password.
You can protect the SNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.