AdotLambdaLayerJavaAutoInstrumentationVersion
- class aws_cdk.aws_lambda.AdotLambdaLayerJavaAutoInstrumentationVersion(*args: Any, **kwargs)
Bases:
object
The collection of versions of the ADOT Lambda Layer for Java auto-instrumentation.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_lambda as lambda_ adot_lambda_layer_java_auto_instrumentation_version = lambda_.AdotLambdaLayerJavaAutoInstrumentationVersion.LATEST
Methods
- layer_arn(scope, architecture)
The ARN of the Lambda layer.
- Parameters:
scope (
IConstruct
) – The binding scope. Usually this is the stack where the Lambda layer is bound toarchitecture (
Architecture
) – The architecture of the Lambda layer (either X86_64 or ARM_64).
- Return type:
str
Attributes
- LATEST = <aws_cdk.aws_lambda.AdotLambdaLayerJavaAutoInstrumentationVersion object>
- V1_19_2 = <aws_cdk.aws_lambda.AdotLambdaLayerJavaAutoInstrumentationVersion object>
- V1_28_1 = <aws_cdk.aws_lambda.AdotLambdaLayerJavaAutoInstrumentationVersion object>
- V1_30_0 = <aws_cdk.aws_lambda.AdotLambdaLayerJavaAutoInstrumentationVersion object>
- V1_31_0 = <aws_cdk.aws_lambda.AdotLambdaLayerJavaAutoInstrumentationVersion object>
- V1_32_0 = <aws_cdk.aws_lambda.AdotLambdaLayerJavaAutoInstrumentationVersion object>