AWS::IoTWireless::WirelessDevice OtaaV11 - 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 OtaaV11

OTAA device object for v1.1 for create APIs.

Syntax

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

JSON

{ "AppKey" : String, "JoinEui" : String, "NwkKey" : String }

YAML

AppKey: String JoinEui: String NwkKey: String

Properties

AppKey

The AppKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppKey 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

JoinEui

The JoinEUI value.

Required: Yes

Type: String

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

Update requires: No interruption

NwkKey

The NwkKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkKey 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