Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.17 KB

File metadata and controls

19 lines (14 loc) · 1.17 KB

TracingConfig

The parent object that contains your function's tracing settings.

Contents

Mode 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.
Type: String
Valid Values: Active | PassThrough
Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: