aws-cdk-lib.aws_lambda.AdotLambdaLayerPythonSdkVersion

class AdotLambdaLayerPythonSdkVersion

LanguageType name
.NETAmazon.CDK.AWS.Lambda.AdotLambdaLayerPythonSdkVersion
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslambda#AdotLambdaLayerPythonSdkVersion
Javasoftware.amazon.awscdk.services.lambda.AdotLambdaLayerPythonSdkVersion
Pythonaws_cdk.aws_lambda.AdotLambdaLayerPythonSdkVersion
TypeScript (source)aws-cdk-lib » aws_lambda » AdotLambdaLayerPythonSdkVersion

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 { aws_lambda as lambda } from 'aws-cdk-lib';
const adotLambdaLayerPythonSdkVersion = lambda.AdotLambdaLayerPythonSdkVersion.LATEST;

Properties

NameTypeDescription
layerVersionstring
static LATESTAdotLambdaLayerPythonSdkVersionThe latest layer version available in this CDK version.
static V1_13_0AdotLambdaLayerPythonSdkVersionVersion 1.13.0.

layerVersion

Type: string


static LATEST

Type: AdotLambdaLayerPythonSdkVersion

The latest layer version available in this CDK version.

New versions could introduce incompatible changes. Make sure to test them before deploying to production.


static V1_13_0

Type: AdotLambdaLayerPythonSdkVersion

Version 1.13.0.

Methods

NameDescription
layerArn(scope, architecture)The ARN of the Lambda layer.

layerArn(scope, architecture)

public layerArn(scope: IConstruct, architecture: Architecture): string

Parameters

  • scope IConstruct — The binding scope.
  • architecture Architecture — The architecture of the Lambda layer (either X86_64 or ARM_64).

Returns

  • string

The ARN of the Lambda layer.