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 toINFO
for more detailed logsRequired: 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