| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Method and Description |
|---|---|
Tracing |
SingletonFunctionProps.Jsii$Proxy.getTracing()
Enable AWS X-Ray Tracing for Lambda Function.
|
Tracing |
FunctionProps.getTracing()
Enable AWS X-Ray Tracing for Lambda Function.
|
Tracing |
FunctionProps.Jsii$Proxy.getTracing()
Enable AWS X-Ray Tracing for Lambda Function.
|
static Tracing |
Tracing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tracing[] |
Tracing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingletonFunctionProps.Jsii$Proxy.setTracing(Tracing value)
Enable AWS X-Ray Tracing for Lambda Function.
|
void |
FunctionProps.setTracing(Tracing value)
Enable AWS X-Ray Tracing for Lambda Function.
|
void |
FunctionProps.Jsii$Proxy.setTracing(Tracing value)
Enable AWS X-Ray Tracing for Lambda Function.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withTracing(Tracing value)
Sets the value of Tracing
|
FunctionProps.Builder |
FunctionProps.Builder.withTracing(Tracing value)
Sets the value of Tracing
|
Copyright © 2018. All rights reserved.