aws-cdk-lib.aws_iotwireless.CfnWirelessDevice.SessionKeysAbpV10xProperty

interface SessionKeysAbpV10xProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTWireless.CfnWirelessDevice.SessionKeysAbpV10xProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnWirelessDevice_SessionKeysAbpV10xProperty
Javasoftware.amazon.awscdk.services.iotwireless.CfnWirelessDevice.SessionKeysAbpV10xProperty
Pythonaws_cdk.aws_iotwireless.CfnWirelessDevice.SessionKeysAbpV10xProperty
TypeScript aws-cdk-lib » aws_iotwireless » CfnWirelessDevice » SessionKeysAbpV10xProperty

LoRaWAN object for create APIs.

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 sessionKeysAbpV10xProperty: iotwireless.CfnWirelessDevice.SessionKeysAbpV10xProperty = {
  appSKey: 'appSKey',
  nwkSKey: 'nwkSKey',
};

Properties

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


nwkSKey

Type: string

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

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