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.116.0 (build 0eddcff)",
           date="2025-10-29T11:15:42.505Z")
@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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationMode
- 
Field SummaryFieldsModifier 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 SummaryConstructorsModifierConstructorDescriptionprotectedAdotLambdaLayerJavaAutoInstrumentationVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedAdotLambdaLayerJavaAutoInstrumentationVersion(software.amazon.jsii.JsiiObjectRef objRef) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringlayerArn(software.constructs.IConstruct scope, Architecture architecture) The ARN of the Lambda layer.Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Field Details- 
LATESTThe 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_2Version 1.19.2.
- 
V1_28_1Version 1.28.1.
- 
V1_30_0Version 1.30.0.
- 
V1_31_0Version 1.31.0.
- 
V1_32_0Version 1.32.0.
- 
V1_32_0_1Version 1.32.0.
 
- 
- 
Constructor Details- 
AdotLambdaLayerJavaAutoInstrumentationVersionprotected AdotLambdaLayerJavaAutoInstrumentationVersion(software.amazon.jsii.JsiiObjectRef objRef) 
- 
AdotLambdaLayerJavaAutoInstrumentationVersionprotected 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
 
-