AWS::IoTWireless::WirelessDevice SessionKeysAbpV11 - AWS CloudFormation

AWS::IoTWireless::WirelessDevice SessionKeysAbpV11

Session keys for ABP v1.1.

Syntax

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

JSON

{ "AppSKey" : String, "FNwkSIntKey" : String, "NwkSEncKey" : String, "SNwkSIntKey" : String }

YAML

AppSKey: String FNwkSIntKey: String NwkSEncKey: String SNwkSIntKey: 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

FNwkSIntKey

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.

Required: Yes

Type: String

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

Update requires: No interruption

NwkSEncKey

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.

Required: Yes

Type: String

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

Update requires: No interruption

SNwkSIntKey

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.

Required: Yes

Type: String

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

Update requires: No interruption