Class CfnFunction.TracingConfigProperty
The function's AWS X-Ray tracing configuration. To sample and record incoming requests, set Mode
to Active
.
Inheritance
System.Object
CfnFunction.TracingConfigProperty
Implements
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.AWS.Lambda.dll
Syntax (csharp)
public class TracingConfigProperty : Object, CfnFunction.ITracingConfigProperty
Syntax (vb)
Public Class TracingConfigProperty
Inherits Object
Implements CfnFunction.ITracingConfigProperty
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.Lambda;
var tracingConfigProperty = new TracingConfigProperty {
Mode = "mode"
};
Synopsis
Constructors
TracingConfigProperty() |
Properties
Mode | The tracing mode. |
Constructors
TracingConfigProperty()
public TracingConfigProperty()
Properties
Mode
The tracing mode.
public string Mode { get; set; }
Property Value
System.String