@Generated(value="jsii-pacmak/1.77.0 (build 3e5fa88)", date="2023-03-14T15:05:01.428Z") @Stability(value=Stable) public class AdotLambdaLayerJavaSdkVersion extends software.amazon.jsii.JsiiObject
Example:
Function fn; String layerArn = AdotLambdaLayerJavaSdkVersion.V1_19_0.layerArn(fn.getStack(), fn.getArchitecture());
| Modifier and Type | Field and Description |
|---|---|
static AdotLambdaLayerJavaSdkVersion |
LATEST
The latest layer version available in this CDK version.
|
static AdotLambdaLayerJavaSdkVersion |
V1_19_0
Version 1.19.0.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AdotLambdaLayerJavaSdkVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AdotLambdaLayerJavaSdkVersion(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getLayerVersion() |
String |
layerArn(software.constructs.IConstruct scope,
Architecture architecture)
The ARN of the Lambda layer.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final AdotLambdaLayerJavaSdkVersion LATEST
New versions could introduce incompatible changes. Make sure to test them before deploying to production.
@Stability(value=Stable) public static final AdotLambdaLayerJavaSdkVersion V1_19_0
protected AdotLambdaLayerJavaSdkVersion(software.amazon.jsii.JsiiObjectRef objRef)
protected AdotLambdaLayerJavaSdkVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public String layerArn(@NotNull software.constructs.IConstruct scope, @NotNull Architecture architecture)
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.@Stability(value=Stable) @NotNull protected String getLayerVersion()
Copyright © 2023. All rights reserved.