Class AdotLambdaLayerJavaSdkVersion

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

@Generated(value="jsii-pacmak/1.87.0 (build 9892444)", date="2023-08-23T17:50:54.332Z") @Stability(Stable) public class AdotLambdaLayerJavaSdkVersion extends software.amazon.jsii.JsiiObject
The collection of versions of the ADOT Lambda Layer for Java SDK.

Example:

 Function fn;
 String layerArn = AdotLambdaLayerJavaSdkVersion.V1_19_0.layerArn(fn.getStack(), fn.getArchitecture());
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The latest layer version available in this CDK version.
    Version 1.19.0.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    AdotLambdaLayerJavaSdkVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    AdotLambdaLayerJavaSdkVersion(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

      @Stability(Stable) public static final AdotLambdaLayerJavaSdkVersion 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_0

      @Stability(Stable) public static final AdotLambdaLayerJavaSdkVersion V1_19_0
      Version 1.19.0.
  • Constructor Details

    • AdotLambdaLayerJavaSdkVersion

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

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