Class AdotInstrumentationConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.AdotInstrumentationConfig.Jsii$Proxy
- All Implemented Interfaces:
AdotInstrumentationConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AdotInstrumentationConfig
@Stability(Stable)
@Internal
public static final class AdotInstrumentationConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AdotInstrumentationConfig
An implementation for
AdotInstrumentationConfig-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.AdotInstrumentationConfig
AdotInstrumentationConfig.Builder, AdotInstrumentationConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAdotInstrumentationConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal AdotLambdaExecWrapperThe startup script to run, see ADOT documentation to pick the right script for your use case: https://aws-otel.github.io/docs/getting-started/lambda.final AdotLayerVersionThe ADOT Lambda layer.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAdotInstrumentationConfig.Builder.
-
-
Method Details
-
getExecWrapper
Description copied from interface:AdotInstrumentationConfigThe startup script to run, see ADOT documentation to pick the right script for your use case: https://aws-otel.github.io/docs/getting-started/lambda.- Specified by:
getExecWrapperin interfaceAdotInstrumentationConfig
-
getLayerVersion
Description copied from interface:AdotInstrumentationConfigThe ADOT Lambda layer.- Specified by:
getLayerVersionin interfaceAdotInstrumentationConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-