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.101.0 (build b95fe5d)", date="2024-07-12T19:34:03.938Z") @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;
 
  • Field Details

  • 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

      @Stability(Stable) @NotNull protected String getLayerVersion()