Class FunctionTracingConfigGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Lambda.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FunctionTracingConfigGetArgs : ResourceArgs
Constructors
View SourceFunctionTracingConfigGetArgs()
Declaration
public FunctionTracingConfigGetArgs()
Properties
View SourceMode
Can be either PassThrough or Active. If PassThrough, Lambda will only trace
the request from an upstream service if it contains a tracing header with
"sampled=1". If Active, Lambda will respect any tracing header it receives
from an upstream service. If no tracing header is received, Lambda will call
X-Ray for a tracing decision.
Declaration
public Input<string> Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |