AWS::IoTWireless::WirelessDevice SessionKeysAbpV10x

LoRaWAN object for create APIs.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "AppSKey" : String, "NwkSKey" : String }

YAML

AppSKey: String NwkSKey: String

Properties

AppSKey

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.

Required: Yes

Type: String

Pattern: [a-fA-F0-9]{32}

Update requires: No interruption

NwkSKey

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.

Required: Yes

Type: String

Pattern: [a-fA-F0-9]{32}

Update requires: No interruption