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.104.0 (build e79254c)",
date="2024-12-17T21:37:33.296Z")
@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
Modifier and TypeFieldDescriptionstatic final AdotLambdaLayerJavaAutoInstrumentationVersion
The latest layer version available in this CDK version.static final AdotLambdaLayerJavaAutoInstrumentationVersion
Version 1.19.2.static final AdotLambdaLayerJavaAutoInstrumentationVersion
Version 1.28.1.static final AdotLambdaLayerJavaAutoInstrumentationVersion
Version 1.30.0.static final AdotLambdaLayerJavaAutoInstrumentationVersion
Version 1.31.0.static final AdotLambdaLayerJavaAutoInstrumentationVersion
Version 1.32.0. -
Constructor Summary
ModifierConstructorDescriptionprotected
AdotLambdaLayerJavaAutoInstrumentationVersion
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
AdotLambdaLayerJavaAutoInstrumentationVersion
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
layerArn
(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, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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.
-
-
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
-