Class AdotLambdaLayerJavaSdkVersion
The collection of versions of the ADOT Lambda Layer for Java SDK.
Inheritance
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
Constructors
AdotLambdaLayerJavaSdkVersion(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
AdotLambdaLayerJavaSdkVersion(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Properties
LATEST | The latest layer version available in this CDK version. |
LayerVersion | |
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. |
Methods
LayerArn(IConstruct, Architecture) | The ARN of the Lambda layer. |
Constructors
AdotLambdaLayerJavaSdkVersion(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected AdotLambdaLayerJavaSdkVersion(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
AdotLambdaLayerJavaSdkVersion(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected AdotLambdaLayerJavaSdkVersion(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
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
protected virtual string LayerVersion { get; }
Property Value
System.String
V1_19_0
Version 1.19.0.
public static AdotLambdaLayerJavaSdkVersion V1_19_0 { get; }
Property Value
V1_28_1
Version 1.28.1.
public static AdotLambdaLayerJavaSdkVersion V1_28_1 { get; }
Property Value
V1_30_0
Version 1.30.0.
public static AdotLambdaLayerJavaSdkVersion V1_30_0 { get; }
Property Value
V1_31_0
Version 1.31.0.
public static AdotLambdaLayerJavaSdkVersion V1_31_0 { get; }
Property Value
V1_32_0
Version 1.32.0.
public static AdotLambdaLayerJavaSdkVersion V1_32_0 { get; }
Property Value
Methods
LayerArn(IConstruct, Architecture)
The ARN of the Lambda layer.
public virtual string LayerArn(IConstruct scope, Architecture architecture)
Parameters
- scope Constructs.IConstruct
The binding scope.
- architecture Architecture
The architecture of the Lambda layer (either X86_64 or ARM_64).
Returns
System.String