Interface CfnNetworkAnalyzerConfiguration.TraceContentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNetworkAnalyzerConfiguration.TraceContentProperty.Jsii$Proxy
- Enclosing class:
CfnNetworkAnalyzerConfiguration
@Stability(Stable)
public static interface CfnNetworkAnalyzerConfiguration.TraceContentProperty
extends software.amazon.jsii.JsiiSerializable
Trace content for your wireless gateway and wireless device resources.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iotwireless.*; TraceContentProperty traceContentProperty = TraceContentProperty.builder() .logLevel("logLevel") .wirelessDeviceFrameInfo("wirelessDeviceFrameInfo") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnNetworkAnalyzerConfiguration.TraceContentProperty
static final class
An implementation forCfnNetworkAnalyzerConfiguration.TraceContentProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogLevel
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 logs- See Also:
-
getWirelessDeviceFrameInfo
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.
- See Also:
-
builder
-