AWS::IoTWireless::NetworkAnalyzerConfiguration TraceContent - 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::NetworkAnalyzerConfiguration TraceContent

Trace content for your wireless gateway and wireless device resources.

Syntax

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