Show / Hide Table of Contents

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
CfnFunction.ITracingConfigProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.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.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

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tracingconfig.html#cfn-lambda-function-tracingconfig-mode

Implements

CfnFunction.ITracingConfigProperty
Back to top Generated by DocFX