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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNetworkAnalyzerConfiguration.TraceContentPropertystatic final classAn 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
ERRORto display less verbose logs containing only error information, or toINFOfor more detailed logs -
getWirelessDeviceFrameInfo
FrameInfoof your wireless device resources for the trace content.Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.
-
builder
-