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.106.0 (build e852934)",
date="2025-02-06T22:15:56.636Z")
@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;
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AdotLambdaLayerPythonSdkVersion
The latest layer version available in this CDK version.static final AdotLambdaLayerPythonSdkVersion
Version 1.13.0.static final AdotLambdaLayerPythonSdkVersion
Version 1.14.0.static final AdotLambdaLayerPythonSdkVersion
Version 1.15.0.static final AdotLambdaLayerPythonSdkVersion
Version 1.16.0.static final AdotLambdaLayerPythonSdkVersion
Version 1.17.0.static final AdotLambdaLayerPythonSdkVersion
Version 1.18.0.static final AdotLambdaLayerPythonSdkVersion
Version 1.19.0.static final AdotLambdaLayerPythonSdkVersion
Version 1.20.0.static final AdotLambdaLayerPythonSdkVersion
Version 1.20.0.static final AdotLambdaLayerPythonSdkVersion
Version 1.21.0.static final AdotLambdaLayerPythonSdkVersion
Version 1.24.0.static final AdotLambdaLayerPythonSdkVersion
Version 1.25.0.static final AdotLambdaLayerPythonSdkVersion
Version 1.29.0. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AdotLambdaLayerPythonSdkVersion
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
AdotLambdaLayerPythonSdkVersion
(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_13_0
Version 1.13.0. -
V1_14_0
Version 1.14.0. -
V1_15_0
Version 1.15.0. -
V1_16_0
Version 1.16.0. -
V1_17_0
Version 1.17.0. -
V1_18_0
Version 1.18.0. -
V1_19_0_1
Version 1.19.0. -
V1_20_0
Version 1.20.0. -
V1_20_0_1
Version 1.20.0. -
V1_21_0
Version 1.21.0. -
V1_24_0
Version 1.24.0. -
V1_25_0
Version 1.25.0. -
V1_29_0
Version 1.29.0.
-
-
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
-