Uses of Class
software.amazon.awscdk.services.lambda.Runtime
Package
Description
AWS CDK Custom Resources
AWS Lambda Construct Library
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Tasks for AWS Step Functions
Triggers
-
Uses of Runtime in software.amazon.awscdk.customresources
Modifier and TypeMethodDescriptionvoid
CustomResourceConfig.addLambdaRuntime
(Runtime lambdaRuntime) Set the runtime version on AWS-vended custom resources lambdas. -
Uses of Runtime in software.amazon.awscdk.services.cloudfront.experimental
Modifier and TypeMethodDescriptionThe runtime environment for the Lambda function that you are uploading.Sets the value ofFunctionProps.getRuntime()
-
Uses of Runtime in software.amazon.awscdk.services.lambda
Modifier and TypeFieldDescriptionstatic final Runtime
Runtime.DOTNET_6
The .NET 6 runtime (dotnet6).static final Runtime
Runtime.DOTNET_8
The .NET 8 runtime (dotnet8).static final Runtime
Runtime.DOTNET_CORE_1
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.DOTNET_CORE_2
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.DOTNET_CORE_2_1
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.DOTNET_CORE_3_1
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.FROM_IMAGE
A special runtime entry to be used when function is using a docker image.static final Runtime
Runtime.GO_1_X
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.JAVA_11
The Java 11 runtime (java11).static final Runtime
Runtime.JAVA_17
The Java 17 runtime (java17).static final Runtime
Runtime.JAVA_21
The Java 21 runtime (java21).static final Runtime
Runtime.JAVA_8
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.JAVA_8_CORRETTO
The Java 8 Corretto runtime (java8.al2).static final Runtime
Runtime.NODEJS
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.NODEJS_10_X
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.NODEJS_12_X
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.NODEJS_14_X
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.NODEJS_16_X
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.NODEJS_18_X
The NodeJS 18.x runtime (nodejs18.x).static final Runtime
Runtime.NODEJS_20_X
The NodeJS 20.x runtime (nodejs20.x).static final Runtime
Runtime.NODEJS_22_X
The NodeJS 22.x runtime (nodejs22.x).static final Runtime
Runtime.NODEJS_4_3
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.NODEJS_6_10
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.NODEJS_8_10
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.NODEJS_LATEST
The latest NodeJS version currently available in ALL regions (not necessarily the latest NodeJS version available in YOUR region).static final Runtime
Runtime.PROVIDED
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.PROVIDED_AL2
The custom provided runtime with Amazon Linux 2 (provided.al2).static final Runtime
Runtime.PROVIDED_AL2023
The custom provided runtime with Amazon Linux 2023 (provided.al2023).static final Runtime
Runtime.PYTHON_2_7
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.PYTHON_3_10
The Python 3.10 runtime (python3.10).static final Runtime
Runtime.PYTHON_3_11
The Python 3.11 runtime (python3.11).static final Runtime
Runtime.PYTHON_3_12
The Python 3.12 runtime (python3.12).static final Runtime
Runtime.PYTHON_3_13
The Python 3.13 runtime (python3.13).static final Runtime
Runtime.PYTHON_3_6
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.PYTHON_3_7
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.PYTHON_3_8
The Python 3.8 runtime (python3.8).static final Runtime
Runtime.PYTHON_3_9
The Python 3.9 runtime (python3.9).static final Runtime
Runtime.RUBY_2_5
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.RUBY_2_7
Deprecated.Legacy runtime no longer supported by AWS Lambda.static final Runtime
Runtime.RUBY_3_2
The Ruby 3.2 runtime (ruby3.2).static final Runtime
Runtime.RUBY_3_3
The Ruby 3.3 runtime (ruby3.3).Modifier and TypeMethodDescriptionRuntime.Builder.build()
Function.getRuntime()
The runtime configured for this lambda.FunctionProps.getRuntime()
The runtime environment for the Lambda function that you are uploading.final Runtime
FunctionProps.Jsii$Proxy.getRuntime()
SingletonFunction.getRuntime()
The runtime environment for the Lambda function.final Runtime
SingletonFunctionProps.Jsii$Proxy.getRuntime()
Modifier and TypeMethodDescriptionILayerVersion.getCompatibleRuntimes()
The runtimes compatible with this Layer.ILayerVersion.Jsii$Default.getCompatibleRuntimes()
The runtimes compatible with this Layer.ILayerVersion.Jsii$Proxy.getCompatibleRuntimes()
The runtimes compatible with this Layer.LayerVersion.getCompatibleRuntimes()
The runtimes compatible with this Layer.LayerVersionAttributes.getCompatibleRuntimes()
The list of compatible runtimes with this Layer.LayerVersionAttributes.Jsii$Proxy.getCompatibleRuntimes()
LayerVersionProps.getCompatibleRuntimes()
The runtimes compatible with this Layer.LayerVersionProps.Jsii$Proxy.getCompatibleRuntimes()
Modifier and TypeMethodDescriptionThe runtime environment for the Lambda function that you are uploading.Sets the value ofFunctionProps.getRuntime()
The runtime environment for the Lambda function that you are uploading.Sets the value ofFunctionProps.getRuntime()
Runtime.runtimeEquals
(Runtime other) Modifier and TypeMethodDescriptionLayerVersion.Builder.compatibleRuntimes
(List<? extends Runtime> compatibleRuntimes) The runtimes compatible with this Layer.LayerVersionAttributes.Builder.compatibleRuntimes
(List<? extends Runtime> compatibleRuntimes) Sets the value ofLayerVersionAttributes.getCompatibleRuntimes()
LayerVersionProps.Builder.compatibleRuntimes
(List<? extends Runtime> compatibleRuntimes) Sets the value ofLayerVersionProps.getCompatibleRuntimes()
-
Uses of Runtime in software.amazon.awscdk.services.lambda.go.alpha
Modifier and TypeMethodDescriptiondefault Runtime
GoFunctionProps.getRuntime()
(experimental) The runtime environment.final Runtime
GoFunctionProps.Jsii$Proxy.getRuntime()
Modifier and TypeMethodDescription(experimental) The runtime environment.Sets the value ofGoFunctionProps.getRuntime()
-
Uses of Runtime in software.amazon.awscdk.services.lambda.nodejs
Modifier and TypeMethodDescriptiondefault Runtime
NodejsFunctionProps.getRuntime()
The runtime environment.final Runtime
NodejsFunctionProps.Jsii$Proxy.getRuntime()
Modifier and TypeMethodDescriptionThe runtime environment.Sets the value ofNodejsFunctionProps.getRuntime()
-
Uses of Runtime in software.amazon.awscdk.services.lambda.python.alpha
Modifier and TypeMethodDescriptionPythonFunctionProps.getRuntime()
(experimental) The runtime environment.final Runtime
PythonFunctionProps.Jsii$Proxy.getRuntime()
Modifier and TypeMethodDescriptionPythonLayerVersionProps.getCompatibleRuntimes()
(experimental) The runtimes compatible with the python layer.PythonLayerVersionProps.Jsii$Proxy.getCompatibleRuntimes()
Modifier and TypeMethodDescription(experimental) The runtime environment.Sets the value ofPythonFunctionProps.getRuntime()
Modifier and TypeMethodDescriptionPythonLayerVersion.Builder.compatibleRuntimes
(List<? extends Runtime> compatibleRuntimes) (experimental) The runtimes compatible with the python layer.PythonLayerVersionProps.Builder.compatibleRuntimes
(List<? extends Runtime> compatibleRuntimes) Sets the value ofPythonLayerVersionProps.getCompatibleRuntimes()
-
Uses of Runtime in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptiondefault Runtime
EvaluateExpressionProps.getRuntime()
The runtime language to use to evaluate the expression.final Runtime
EvaluateExpressionProps.Jsii$Proxy.getRuntime()
Modifier and TypeMethodDescriptionThe runtime language to use to evaluate the expression.Sets the value ofEvaluateExpressionProps.getRuntime()
-
Uses of Runtime in software.amazon.awscdk.triggers
Modifier and TypeMethodDescriptionThe runtime environment for the Lambda function that you are uploading.Sets the value ofFunctionProps.getRuntime()