Class AdotLambdaLayerPythonSdkVersion

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

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:09.133Z") @Stability(Stable) public class AdotLambdaLayerPythonSdkVersion extends software.amazon.jsii.JsiiObject
The collection of versions of the ADOT Lambda Layer for Python SDK.

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

  • Constructor Details

    • AdotLambdaLayerPythonSdkVersion

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

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