Interface CfnFunctionPropsMixin.TracingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFunctionPropsMixin.TracingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFunctionPropsMixin
@Stability(Stable)
public static interface CfnFunctionPropsMixin.TracingConfigProperty
extends software.amazon.jsii.JsiiSerializable
The function's AWS X-Ray tracing configuration. To sample and record incoming requests, set
Mode to Active .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.lambda.*;
TracingConfigProperty tracingConfigProperty = TracingConfigProperty.builder()
.mode("mode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFunctionPropsMixin.TracingConfigPropertystatic final classAn implementation forCfnFunctionPropsMixin.TracingConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMode
The tracing mode.- See Also:
-
builder
-