Class CfnNetworkAnalyzerConfiguration.TraceContentProperty
Trace content for your wireless gateway and wireless device resources.
Inherited Members
Namespace: Amazon.CDK.AWS.IoTWireless
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnNetworkAnalyzerConfiguration.TraceContentProperty : CfnNetworkAnalyzerConfiguration.ITraceContentProperty
Syntax (vb)
Public Class CfnNetworkAnalyzerConfiguration.TraceContentProperty Implements CfnNetworkAnalyzerConfiguration.ITraceContentProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTWireless;
var traceContentProperty = new TraceContentProperty {
LogLevel = "logLevel",
WirelessDeviceFrameInfo = "wirelessDeviceFrameInfo"
};
Synopsis
Constructors
| TraceContentProperty() | Trace content for your wireless gateway and wireless device resources. |
Properties
| LogLevel | The log level for a log message. |
| WirelessDeviceFrameInfo |
|
Constructors
TraceContentProperty()
Trace content for your wireless gateway and wireless device resources.
public TraceContentProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTWireless;
var traceContentProperty = new TraceContentProperty {
LogLevel = "logLevel",
WirelessDeviceFrameInfo = "wirelessDeviceFrameInfo"
};
Properties
LogLevel
The log level for a log message.
public string? LogLevel { get; set; }
Property Value
Remarks
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
WirelessDeviceFrameInfo
FrameInfo of your wireless device resources for the trace content.
public string? WirelessDeviceFrameInfo { get; set; }
Property Value
Remarks
Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.