Uses of Interface
software.amazon.awscdk.services.lambda.AdotInstrumentationConfig
Package
Description
AWS Lambda Construct Library
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Triggers
-
Uses of AdotInstrumentationConfig in software.amazon.awscdk.services.cloudfront.experimental
Modifier and TypeMethodDescriptionEdgeFunction.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation.EdgeFunctionProps.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()
-
Uses of AdotInstrumentationConfig in software.amazon.awscdk.services.lambda
Modifier and TypeClassDescriptionstatic final class
An implementation forAdotInstrumentationConfig
Modifier and TypeMethodDescriptionAdotInstrumentationConfig.Builder.build()
Builds the configured instance.DockerImageFunctionProps.Jsii$Proxy.getAdotInstrumentation()
default AdotInstrumentationConfig
FunctionOptions.getAdotInstrumentation()
Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation.FunctionOptions.Jsii$Proxy.getAdotInstrumentation()
FunctionProps.Jsii$Proxy.getAdotInstrumentation()
SingletonFunctionProps.Jsii$Proxy.getAdotInstrumentation()
Modifier and TypeMethodDescriptionDockerImageFunction.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation.DockerImageFunctionProps.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()
Function.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation.FunctionOptions.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()
FunctionProps.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()
SingletonFunction.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation.SingletonFunctionProps.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()
-
Uses of AdotInstrumentationConfig in software.amazon.awscdk.services.lambda.go.alpha
Modifier and TypeMethodDescriptionGoFunction.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation.GoFunctionProps.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()
-
Uses of AdotInstrumentationConfig in software.amazon.awscdk.services.lambda.nodejs
Modifier and TypeMethodDescriptionNodejsFunction.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation.NodejsFunctionProps.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()
-
Uses of AdotInstrumentationConfig in software.amazon.awscdk.services.lambda.python.alpha
Modifier and TypeMethodDescriptionPythonFunction.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation.PythonFunctionProps.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()
-
Uses of AdotInstrumentationConfig in software.amazon.awscdk.triggers
Modifier and TypeMethodDescriptionTriggerFunction.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation.TriggerFunctionProps.Builder.adotInstrumentation
(AdotInstrumentationConfig adotInstrumentation) Sets the value ofFunctionOptions.getAdotInstrumentation()