| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.go |
Amazon Lambda Golang Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.services.lambda.python |
Amazon Lambda Python Library
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
Runtime |
EdgeFunctionProps.Jsii$Proxy.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.runtime(Runtime runtime)
(experimental) The runtime environment for the Lambda function that you are uploading.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
FunctionProps.getRuntime() |
| Modifier and Type | Field and Description |
|---|---|
static Runtime |
Runtime.DOTNET_CORE_1
(experimental) The .NET Core 1.0 runtime (dotnetcore1.0) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.DOTNET_CORE_2
(experimental) The .NET Core 2.0 runtime (dotnetcore2.0) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.DOTNET_CORE_2_1
(experimental) The .NET Core 2.1 runtime (dotnetcore2.1).
|
static Runtime |
Runtime.DOTNET_CORE_3_1
(experimental) The .NET Core 3.1 runtime (dotnetcore3.1).
|
static Runtime |
Runtime.FROM_IMAGE
(experimental) A special runtime entry to be used when function is using a docker image.
|
static Runtime |
Runtime.GO_1_X
(experimental) The Go 1.x runtime (go1.x).
|
static Runtime |
Runtime.JAVA_11
(experimental) The Java 11 runtime (java11).
|
static Runtime |
Runtime.JAVA_8
(experimental) The Java 8 runtime (java8).
|
static Runtime |
Runtime.JAVA_8_CORRETTO
(experimental) The Java 8 Corretto runtime (java8.al2).
|
static Runtime |
Runtime.NODEJS
(experimental) The NodeJS runtime (nodejs) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.NODEJS_10_X
(experimental) The NodeJS 10.x runtime (nodejs10.x).
|
static Runtime |
Runtime.NODEJS_12_X
(experimental) The NodeJS 12.x runtime (nodejs12.x).
|
static Runtime |
Runtime.NODEJS_14_X
(experimental) The NodeJS 14.x runtime (nodejs14.x).
|
static Runtime |
Runtime.NODEJS_4_3
(experimental) The NodeJS 4.3 runtime (nodejs4.3) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.NODEJS_6_10
(experimental) The NodeJS 6.10 runtime (nodejs6.10) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.NODEJS_8_10
(experimental) The NodeJS 8.10 runtime (nodejs8.10) Legacy runtime no longer supported by AWS Lambda.
|
static Runtime |
Runtime.PROVIDED
(experimental) The custom provided runtime (provided).
|
static Runtime |
Runtime.PROVIDED_AL2
(experimental) The custom provided runtime (provided).
|
static Runtime |
Runtime.PYTHON_2_7
(experimental) The Python 2.7 runtime (python2.7).
|
static Runtime |
Runtime.PYTHON_3_6
(experimental) The Python 3.6 runtime (python3.6).
|
static Runtime |
Runtime.PYTHON_3_7
(experimental) The Python 3.7 runtime (python3.7).
|
static Runtime |
Runtime.PYTHON_3_8
(experimental) The Python 3.8 runtime (python3.8).
|
static Runtime |
Runtime.PYTHON_3_9
(experimental) The Python 3.9 runtime (python3.9).
|
static Runtime |
Runtime.RUBY_2_5
(experimental) The Ruby 2.5 runtime (ruby2.5).
|
static Runtime |
Runtime.RUBY_2_7
(experimental) The Ruby 2.7 runtime (ruby2.7).
|
| Modifier and Type | Field and Description |
|---|---|
static List<Runtime> |
Runtime.ALL
(experimental) A list of all known `Runtime`'s.
|
| Modifier and Type | Method and Description |
|---|---|
Runtime |
Runtime.Builder.build() |
Runtime |
FunctionProps.getRuntime()
(experimental) The runtime environment for the Lambda function that you are uploading.
|
Runtime |
FunctionProps.Jsii$Proxy.getRuntime() |
Runtime |
Function.getRuntime()
(experimental) The runtime configured for this lambda.
|
Runtime |
SingletonFunctionProps.Jsii$Proxy.getRuntime() |
Runtime |
SingletonFunction.getRuntime()
(experimental) The runtime environment for the Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
default List<Runtime> |
ILayerVersion.getCompatibleRuntimes()
(experimental) The runtimes compatible with this Layer.
|
List<Runtime> |
ILayerVersion.Jsii$Proxy.getCompatibleRuntimes()
(experimental) The runtimes compatible with this Layer.
|
default List<Runtime> |
ILayerVersion.Jsii$Default.getCompatibleRuntimes()
(experimental) The runtimes compatible with this Layer.
|
default List<Runtime> |
LayerVersionAttributes.getCompatibleRuntimes()
(experimental) The list of compatible runtimes with this Layer.
|
List<Runtime> |
LayerVersionAttributes.Jsii$Proxy.getCompatibleRuntimes() |
List<Runtime> |
LayerVersion.getCompatibleRuntimes()
(experimental) The runtimes compatible with this Layer.
|
default List<Runtime> |
LayerVersionProps.getCompatibleRuntimes()
(experimental) The runtimes compatible with this Layer.
|
List<Runtime> |
LayerVersionProps.Jsii$Proxy.getCompatibleRuntimes() |
| Modifier and Type | Method and Description |
|---|---|
FunctionProps.Builder |
FunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
FunctionProps.getRuntime() |
Function.Builder |
Function.Builder.runtime(Runtime runtime)
(experimental) The runtime environment for the Lambda function that you are uploading.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
FunctionProps.getRuntime() |
SingletonFunction.Builder |
SingletonFunction.Builder.runtime(Runtime runtime)
(experimental) The runtime environment for the Lambda function that you are uploading.
|
Boolean |
Runtime.runtimeEquals(Runtime other) |
| Modifier and Type | Method and Description |
|---|---|
LayerVersionAttributes.Builder |
LayerVersionAttributes.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
Sets the value of
LayerVersionAttributes.getCompatibleRuntimes() |
LayerVersion.Builder |
LayerVersion.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
(experimental) The runtimes compatible with this Layer.
|
LayerVersionProps.Builder |
LayerVersionProps.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
Sets the value of
LayerVersionProps.getCompatibleRuntimes() |
| Modifier and Type | Method and Description |
|---|---|
default Runtime |
GoFunctionProps.getRuntime()
(experimental) The runtime environment.
|
Runtime |
GoFunctionProps.Jsii$Proxy.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
GoFunction.Builder |
GoFunction.Builder.runtime(Runtime runtime)
(experimental) The runtime environment.
|
GoFunctionProps.Builder |
GoFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
GoFunctionProps.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
default Runtime |
NodejsFunctionProps.getRuntime()
(experimental) The runtime environment.
|
Runtime |
NodejsFunctionProps.Jsii$Proxy.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunction.Builder |
NodejsFunction.Builder.runtime(Runtime runtime)
(experimental) The runtime environment.
|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
NodejsFunctionProps.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
Runtime |
PythonFunctionProps.getRuntime()
(experimental) The runtime environment.
|
Runtime |
PythonFunctionProps.Jsii$Proxy.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
default List<Runtime> |
PythonLayerVersionProps.getCompatibleRuntimes()
(experimental) The runtimes compatible with the python layer.
|
List<Runtime> |
PythonLayerVersionProps.Jsii$Proxy.getCompatibleRuntimes() |
| Modifier and Type | Method and Description |
|---|---|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
PythonFunctionProps.getRuntime() |
PythonFunction.Builder |
PythonFunction.Builder.runtime(Runtime runtime)
(experimental) The runtime environment.
|
| Modifier and Type | Method and Description |
|---|---|
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
(experimental) The runtimes compatible with the python layer.
|
PythonLayerVersionProps.Builder |
PythonLayerVersionProps.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
Sets the value of
PythonLayerVersionProps.getCompatibleRuntimes() |
| Modifier and Type | Method and Description |
|---|---|
default Runtime |
EvaluateExpressionProps.getRuntime()
(experimental) The runtime language to use to evaluate the expression.
|
Runtime |
EvaluateExpressionProps.Jsii$Proxy.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
EvaluateExpression.Builder |
EvaluateExpression.Builder.runtime(Runtime runtime)
(experimental) The runtime language to use to evaluate the expression.
|
EvaluateExpressionProps.Builder |
EvaluateExpressionProps.Builder.runtime(Runtime runtime)
Sets the value of
EvaluateExpressionProps.getRuntime() |
Copyright © 2022. All rights reserved.