AWS::IoTWireless::WirelessDevice OtaaV11 - AWS CloudFormation

AWS::IoTWireless::WirelessDevice OtaaV11

OTAA device object for v1.1 for create APIs.

Syntax

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

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