Class AdotLambdaLayerJavaAutoInstrumentationVersion
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.AdotLambdaLayerJavaAutoInstrumentationVersion
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:40:54.789Z")
@Stability(Stable)
public class AdotLambdaLayerJavaAutoInstrumentationVersion
extends software.amazon.jsii.JsiiObject
The collection of versions of the ADOT Lambda Layer for Java auto-instrumentation.
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.*; AdotLambdaLayerJavaAutoInstrumentationVersion adotLambdaLayerJavaAutoInstrumentationVersion = AdotLambdaLayerJavaAutoInstrumentationVersion.LATEST;
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AdotLambdaLayerJavaAutoInstrumentationVersionThe latest layer version available in this CDK version.static final AdotLambdaLayerJavaAutoInstrumentationVersionVersion 1.19.2.static final AdotLambdaLayerJavaAutoInstrumentationVersionVersion 1.28.1.static final AdotLambdaLayerJavaAutoInstrumentationVersionVersion 1.30.0.static final AdotLambdaLayerJavaAutoInstrumentationVersionVersion 1.31.0.static final AdotLambdaLayerJavaAutoInstrumentationVersionVersion 1.32.0.static final AdotLambdaLayerJavaAutoInstrumentationVersionVersion 1.32.0. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAdotLambdaLayerJavaAutoInstrumentationVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedAdotLambdaLayerJavaAutoInstrumentationVersion(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringlayerArn(software.constructs.IConstruct scope, Architecture architecture) The ARN of the Lambda layer.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
LATEST
The latest layer version available in this CDK version.New versions could introduce incompatible changes. Make sure to test them before deploying to production.
-
V1_19_2
Version 1.19.2. -
V1_28_1
Version 1.28.1. -
V1_30_0
Version 1.30.0. -
V1_31_0
Version 1.31.0. -
V1_32_0
Version 1.32.0. -
V1_32_0_1
Version 1.32.0.
-
-
Constructor Details
-
AdotLambdaLayerJavaAutoInstrumentationVersion
protected AdotLambdaLayerJavaAutoInstrumentationVersion(software.amazon.jsii.JsiiObjectRef objRef) -
AdotLambdaLayerJavaAutoInstrumentationVersion
protected AdotLambdaLayerJavaAutoInstrumentationVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
layerArn
@Stability(Stable) @NotNull public String layerArn(@NotNull software.constructs.IConstruct scope, @NotNull Architecture architecture) The ARN of the Lambda layer.- Parameters:
scope- The binding scope. This parameter is required.architecture- The architecture of the Lambda layer (either X86_64 or ARM_64). This parameter is required.
-
getLayerVersion
-