| Modifier and Type | Field and Description |
|---|---|
static Runtime |
Runtime.DOTNET_6
The .NET 6 runtime (dotnet6).
|
static Runtime |
Runtime.DOTNET_CORE_1
The .NET Core 1.0 runtime (dotnetcore1.0) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.DOTNET_CORE_2
The .NET Core 2.0 runtime (dotnetcore2.0) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.DOTNET_CORE_2_1
The .NET Core 2.1 runtime (dotnetcore2.1) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.DOTNET_CORE_3_1
The .NET Core 3.1 runtime (dotnetcore3.1).
|
static Runtime |
Runtime.FROM_IMAGE
A special runtime entry to be used when function is using a docker image.
|
static Runtime |
Runtime.GO_1_X
The Go 1.x runtime (go1.x).
|
static Runtime |
Runtime.JAVA_11
The Java 11 runtime (java11).
|
static Runtime |
Runtime.JAVA_8
The Java 8 runtime (java8).
|
static Runtime |
Runtime.JAVA_8_CORRETTO
The Java 8 Corretto runtime (java8.al2).
|
static Runtime |
Runtime.NODEJS
Deprecated.
Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS runtime.
|
static Runtime |
Runtime.NODEJS_10_X
Deprecated.
Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS runtime.
|
static Runtime |
Runtime.NODEJS_12_X
The NodeJS 12.x runtime (nodejs12.x).
|
static Runtime |
Runtime.NODEJS_14_X
The NodeJS 14.x runtime (nodejs14.x).
|
static Runtime |
Runtime.NODEJS_16_X
The NodeJS 16.x runtime (nodejs16.x).
|
static Runtime |
Runtime.NODEJS_4_3
Deprecated.
Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS runtime.
|
static Runtime |
Runtime.NODEJS_6_10
Deprecated.
Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS runtime.
|
static Runtime |
Runtime.NODEJS_8_10
Deprecated.
Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS runtime.
|
static Runtime |
Runtime.PROVIDED
The custom provided runtime (provided).
|
static Runtime |
Runtime.PROVIDED_AL2
The custom provided runtime (provided).
|
static Runtime |
Runtime.PYTHON_2_7
Deprecated.
Legacy runtime no longer supported by AWS Lambda. Migrate to the latest Python runtime.
|
static Runtime |
Runtime.PYTHON_3_6
Deprecated.
Legacy runtime no longer supported by AWS Lambda. Migrate to the latest Python runtime.
|
static Runtime |
Runtime.PYTHON_3_7
The Python 3.7 runtime (python3.7).
|
static Runtime |
Runtime.PYTHON_3_8
The Python 3.8 runtime (python3.8).
|
static Runtime |
Runtime.PYTHON_3_9
The Python 3.9 runtime (python3.9).
|
static Runtime |
Runtime.RUBY_2_5
The Ruby 2.5 runtime (ruby2.5) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.RUBY_2_7
The Ruby 2.7 runtime (ruby2.7).
|
| Modifier and Type | Field and Description |
|---|---|
static List<Runtime> |
Runtime.ALL
A list of all known `Runtime`'s.
|
| Modifier and Type | Method and Description |
|---|---|
Runtime |
Runtime.Builder.build() |
Runtime |
Function.getRuntime()
The runtime configured for this lambda.
|
Runtime |
SingletonFunction.getRuntime()
The runtime environment for the Lambda function.
|
Runtime |
FunctionProps.getRuntime()
The runtime environment for the Lambda function that you are uploading.
|
Runtime |
FunctionProps.Jsii$Proxy.getRuntime() |
Runtime |
SingletonFunctionProps.Jsii$Proxy.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
default List<Runtime> |
ILayerVersion.getCompatibleRuntimes()
The runtimes compatible with this Layer.
|
List<Runtime> |
ILayerVersion.Jsii$Proxy.getCompatibleRuntimes()
The runtimes compatible with this Layer.
|
default List<Runtime> |
ILayerVersion.Jsii$Default.getCompatibleRuntimes()
The runtimes compatible with this Layer.
|
List<Runtime> |
LayerVersion.getCompatibleRuntimes()
The runtimes compatible with this Layer.
|
default List<Runtime> |
LayerVersionProps.getCompatibleRuntimes()
The runtimes compatible with this Layer.
|
List<Runtime> |
LayerVersionProps.Jsii$Proxy.getCompatibleRuntimes() |
default List<Runtime> |
LayerVersionAttributes.getCompatibleRuntimes()
The list of compatible runtimes with this Layer.
|
List<Runtime> |
LayerVersionAttributes.Jsii$Proxy.getCompatibleRuntimes() |
| Modifier and Type | Method and Description |
|---|---|
Function.Builder |
Function.Builder.runtime(Runtime runtime)
The runtime environment for the Lambda function that you are uploading.
|
SingletonFunction.Builder |
SingletonFunction.Builder.runtime(Runtime runtime)
The runtime environment for the Lambda function that you are uploading.
|
FunctionProps.Builder |
FunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
FunctionProps.getRuntime() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
FunctionProps.getRuntime() |
Boolean |
Runtime.runtimeEquals(Runtime other) |
| Modifier and Type | Method and Description |
|---|---|
LayerVersion.Builder |
LayerVersion.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
The runtimes compatible with this Layer.
|
LayerVersionProps.Builder |
LayerVersionProps.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
Sets the value of
LayerVersionProps.getCompatibleRuntimes() |
LayerVersionAttributes.Builder |
LayerVersionAttributes.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
Sets the value of
LayerVersionAttributes.getCompatibleRuntimes() |
Copyright © 2023. All rights reserved.