@Stability(value=Stable)
public static interface CfnFunction.TracingConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lambda.*;
TracingConfigProperty tracingConfigProperty = TracingConfigProperty.builder()
.mode("mode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.TracingConfigProperty.Builder
A builder for
CfnFunction.TracingConfigProperty |
static class |
CfnFunction.TracingConfigProperty.Jsii$Proxy
An implementation for
CfnFunction.TracingConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.TracingConfigProperty.Builder |
builder() |
default String |
getMode()
The tracing mode.
|
@Stability(value=Stable) @Nullable default String getMode()
@Stability(value=Stable) static CfnFunction.TracingConfigProperty.Builder builder()
Copyright © 2023. All rights reserved.