Class AdotLambdaLayerGenericVersion

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.AdotLambdaLayerGenericVersion
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.106.0 (build e852934)", date="2025-02-12T12:32:05.006Z") @Stability(Stable) public class AdotLambdaLayerGenericVersion extends software.amazon.jsii.JsiiObject
The collection of versions of the ADOT Lambda Layer for generic purpose.

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.*;
 AdotLambdaLayerGenericVersion adotLambdaLayerGenericVersion = AdotLambdaLayerGenericVersion.LATEST;
 
  • Field Details

  • Constructor Details

    • AdotLambdaLayerGenericVersion

      protected AdotLambdaLayerGenericVersion(software.amazon.jsii.JsiiObjectRef objRef)
    • AdotLambdaLayerGenericVersion

      protected AdotLambdaLayerGenericVersion(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()