AWS::IoTWireless::WirelessDevice SessionKeysAbpV10x
LoRaWAN object for create APIs.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
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 Amazon 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 Amazon Secrets Manager and use the secretsmanager to reference this value.
Required: Yes
Type: String
Pattern:
[a-fA-F0-9]{32}
Update requires: No interruption