Show / Hide Table of Contents

Class CfnNetworkAnalyzerConfiguration.TraceContentProperty

Trace content for your wireless gateway and wireless device resources.

Inheritance
object
CfnNetworkAnalyzerConfiguration.TraceContentProperty
Implements
CfnNetworkAnalyzerConfiguration.ITraceContentProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-networkanalyzerconfiguration-tracecontent.html

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

FrameInfo of your wireless device resources for the trace content.

Constructors

TraceContentProperty()

Trace content for your wireless gateway and wireless device resources.

public TraceContentProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-networkanalyzerconfiguration-tracecontent.html

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

string

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-networkanalyzerconfiguration-tracecontent.html#cfn-iotwireless-networkanalyzerconfiguration-tracecontent-loglevel

WirelessDeviceFrameInfo

FrameInfo of your wireless device resources for the trace content.

public string? WirelessDeviceFrameInfo { get; set; }
Property Value

string

Remarks

Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-networkanalyzerconfiguration-tracecontent.html#cfn-iotwireless-networkanalyzerconfiguration-tracecontent-wirelessdeviceframeinfo

Implements

CfnNetworkAnalyzerConfiguration.ITraceContentProperty
Back to top Generated by DocFX