AWS::IoTWireless::WirelessDevice SessionKeysAbpV11 - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IoTWireless::WirelessDevice SessionKeysAbpV11

Session keys for ABP v1.1.

Syntax

To declare this entity in your Amazon 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 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

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 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

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 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

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 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