aws-cdk-lib.aws_iotwireless.CfnWirelessDevice.SessionKeysAbpV11Property

interface SessionKeysAbpV11Property

LanguageType name
.NETAmazon.CDK.AWS.IoTWireless.CfnWirelessDevice.SessionKeysAbpV11Property
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnWirelessDevice_SessionKeysAbpV11Property
Javasoftware.amazon.awscdk.services.iotwireless.CfnWirelessDevice.SessionKeysAbpV11Property
Pythonaws_cdk.aws_iotwireless.CfnWirelessDevice.SessionKeysAbpV11Property
TypeScript aws-cdk-lib » 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 { aws_iotwireless as iotwireless } from 'aws-cdk-lib';
const sessionKeysAbpV11Property: iotwireless.CfnWirelessDevice.SessionKeysAbpV11Property = {
  appSKey: 'appSKey',
  fNwkSIntKey: 'fNwkSIntKey',
  nwkSEncKey: 'nwkSEncKey',
  sNwkSIntKey: 'sNwkSIntKey',
};

Properties

NameTypeDescription
appSKeystringThe AppSKey is a secret key, which you should handle in a similar way as you would an application password.
fNwkSIntKeystringThe FNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password.
nwkSEncKeystringThe NwkSEncKey is a secret key, which you should handle in a similar way as you would an application password.
sNwkSIntKeystringThe 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.