The parent object that contains your function's tracing settings.
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
For more information about using this API in one of the language-specific AWS SDKs, see the following: