Class AdotLambdaLayerJavaSdkVersion
The collection of versions of the ADOT Lambda Layer for Java SDK.
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AdotLambdaLayerJavaSdkVersion : DeputyBase
Syntax (vb)
Public Class AdotLambdaLayerJavaSdkVersion Inherits DeputyBase
Remarks
ExampleMetadata: infused
Examples
Function fn;
var layerArn = AdotLambdaLayerJavaSdkVersion.V1_19_0.LayerArn(fn.Stack, fn.Architecture);
Synopsis
Properties
LATEST | The latest layer version available in this CDK version. |
LayerVersion | The collection of versions of the ADOT Lambda Layer for Java SDK. |
V1_19_0 | Version 1.19.0. |
V1_28_1 | Version 1.28.1. |
V1_30_0 | Version 1.30.0. |
V1_31_0 | Version 1.31.0. |
V1_32_0 | Version 1.32.0. |
V1_32_0_1 | Version 1.32.0. |
Methods
LayerArn(IConstruct, Architecture) | The ARN of the Lambda layer. |
Properties
LATEST
The latest layer version available in this CDK version.
public static AdotLambdaLayerJavaSdkVersion LATEST { get; }
Property Value
Remarks
New versions could introduce incompatible changes. Make sure to test them before deploying to production.
LayerVersion
The collection of versions of the ADOT Lambda Layer for Java SDK.
protected virtual string LayerVersion { get; }
Property Value
Remarks
ExampleMetadata: infused
Examples
Function fn;
var layerArn = AdotLambdaLayerJavaSdkVersion.V1_19_0.LayerArn(fn.Stack, fn.Architecture);
V1_19_0
Version 1.19.0.
public static AdotLambdaLayerJavaSdkVersion V1_19_0 { get; }
Property Value
Remarks
ExampleMetadata: infused
V1_28_1
Version 1.28.1.
public static AdotLambdaLayerJavaSdkVersion V1_28_1 { get; }
Property Value
Remarks
ExampleMetadata: infused
V1_30_0
Version 1.30.0.
public static AdotLambdaLayerJavaSdkVersion V1_30_0 { get; }
Property Value
Remarks
ExampleMetadata: infused
V1_31_0
Version 1.31.0.
public static AdotLambdaLayerJavaSdkVersion V1_31_0 { get; }
Property Value
Remarks
ExampleMetadata: infused
V1_32_0
Version 1.32.0.
public static AdotLambdaLayerJavaSdkVersion V1_32_0 { get; }
Property Value
Remarks
ExampleMetadata: infused
V1_32_0_1
Version 1.32.0.
public static AdotLambdaLayerJavaSdkVersion V1_32_0_1 { get; }
Property Value
Remarks
ExampleMetadata: infused
Methods
LayerArn(IConstruct, Architecture)
The ARN of the Lambda layer.
public virtual string LayerArn(IConstruct scope, Architecture architecture)
Parameters
- scope IConstruct
The binding scope.
- architecture Architecture
The architecture of the Lambda layer (either X86_64 or ARM_64).
Returns
Remarks
ExampleMetadata: infused