AWS::IoTWireless::NetworkAnalyzerConfiguration TraceContent - AWS CloudFormation

AWS::IoTWireless::NetworkAnalyzerConfiguration TraceContent

Trace content for your wireless gateway and wireless device resources.

Syntax

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

JSON

{ "LogLevel" : String, "WirelessDeviceFrameInfo" : String }

YAML

LogLevel: String WirelessDeviceFrameInfo: String

Properties

LogLevel

The log level for a log message. The log levels can be disabled, or set to ERROR to display less verbose logs containing only error information, or to INFO for more detailed logs

Required: No

Type: String

Allowed values: INFO | ERROR | DISABLED

Update requires: No interruption

WirelessDeviceFrameInfo

FrameInfo of your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption