Interface CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty.Jsii$Proxy
- Enclosing class:
CfnNetworkAnalyzerConfigurationPropsMixin
@Stability(Stable)
public static interface CfnNetworkAnalyzerConfigurationPropsMixin.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.mixins.preview.services.iotwireless.mixins.*;
TraceContentProperty traceContentProperty = TraceContentProperty.builder()
.logLevel("logLevel")
.wirelessDeviceFrameInfo("wirelessDeviceFrameInfo")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnNetworkAnalyzerConfigurationPropsMixin.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- See Also:
-
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.
- See Also:
-
builder
@Stability(Stable) static CfnNetworkAnalyzerConfigurationPropsMixin.TraceContentProperty.Builder builder()
-