Uses of Class
software.amazon.awscdk.services.lambda.Runtime
Packages that use 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
Methods in software.amazon.awscdk.customresources with parameters of type RuntimeModifier and TypeMethodDescriptionvoidCustomResourceConfig.addLambdaRuntime(Runtime lambdaRuntime) Set the runtime version on AWS-vended custom resources lambdas.Constructors in software.amazon.awscdk.customresources with parameters of type Runtime -
Uses of Runtime in software.amazon.awscdk.services.cloudfront.experimental
Methods in software.amazon.awscdk.services.cloudfront.experimental that return RuntimeMethods in software.amazon.awscdk.services.cloudfront.experimental with parameters of type RuntimeModifier 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
Fields in software.amazon.awscdk.services.lambda declared as RuntimeModifier and TypeFieldDescriptionstatic final RuntimeRuntime.DOTNET_6The .NET 6 runtime (dotnet6).static final RuntimeRuntime.DOTNET_8The .NET 8 runtime (dotnet8).static final RuntimeRuntime.DOTNET_9The .NET 9 runtime (dotnet9).static final RuntimeRuntime.DOTNET_CORE_1Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.DOTNET_CORE_2Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.DOTNET_CORE_2_1Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.DOTNET_CORE_3_1Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.FROM_IMAGEA special runtime entry to be used when function is using a docker image.static final RuntimeRuntime.GO_1_XDeprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.JAVA_11The Java 11 runtime (java11).static final RuntimeRuntime.JAVA_17The Java 17 runtime (java17).static final RuntimeRuntime.JAVA_21The Java 21 runtime (java21).static final RuntimeRuntime.JAVA_25The Java 25 runtime (java25).static final RuntimeRuntime.JAVA_8Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.JAVA_8_CORRETTOThe Java 8 Corretto runtime (java8.al2).static final RuntimeRuntime.NODEJSDeprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.NODEJS_10_XDeprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.NODEJS_12_XDeprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.NODEJS_14_XDeprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.NODEJS_16_XDeprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.NODEJS_18_XThe NodeJS 18.x runtime (nodejs18.x).static final RuntimeRuntime.NODEJS_20_XThe NodeJS 20.x runtime (nodejs20.x).static final RuntimeRuntime.NODEJS_22_XThe NodeJS 22.x runtime (nodejs22.x).static final RuntimeRuntime.NODEJS_24_XThe NodeJS 24.x runtime (nodejs24.x).static final RuntimeRuntime.NODEJS_4_3Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.NODEJS_6_10Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.NODEJS_8_10Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.NODEJS_LATESTThe latest NodeJS version currently available in ALL regions (not necessarily the latest NodeJS version available in YOUR region).static final RuntimeRuntime.PROVIDEDDeprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.PROVIDED_AL2The custom provided runtime with Amazon Linux 2 (provided.al2).static final RuntimeRuntime.PROVIDED_AL2023The custom provided runtime with Amazon Linux 2023 (provided.al2023).static final RuntimeRuntime.PYTHON_2_7Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.PYTHON_3_10The Python 3.10 runtime (python3.10).static final RuntimeRuntime.PYTHON_3_11The Python 3.11 runtime (python3.11).static final RuntimeRuntime.PYTHON_3_12The Python 3.12 runtime (python3.12).static final RuntimeRuntime.PYTHON_3_13The Python 3.13 runtime (python3.13).static final RuntimeRuntime.PYTHON_3_14The Python 3.14 runtime (python3.14).static final RuntimeRuntime.PYTHON_3_6Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.PYTHON_3_7Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.PYTHON_3_8Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.PYTHON_3_9The Python 3.9 runtime (python3.9).static final RuntimeRuntime.RUBY_2_5Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.RUBY_2_7Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.RUBY_3_2The Ruby 3.2 runtime (ruby3.2).static final RuntimeRuntime.RUBY_3_3The Ruby 3.3 runtime (ruby3.3).static final RuntimeRuntime.RUBY_3_4The Ruby 3.4 runtime (ruby3.4).Fields in software.amazon.awscdk.services.lambda with type parameters of type RuntimeMethods in software.amazon.awscdk.services.lambda that return RuntimeModifier and TypeMethodDescriptionRuntime.Builder.build()static RuntimeRuntime.determineLatestPythonRuntime(software.constructs.Construct scope) The latest Python version currently available.Function.getRuntime()The runtime configured for this lambda.FunctionProps.getRuntime()The runtime environment for the Lambda function that you are uploading.final RuntimeFunctionProps.Jsii$Proxy.getRuntime()SingletonFunction.getRuntime()The runtime environment for the Lambda function.final RuntimeSingletonFunctionProps.Jsii$Proxy.getRuntime()Methods in software.amazon.awscdk.services.lambda that return types with arguments of type RuntimeModifier 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()Methods in software.amazon.awscdk.services.lambda with parameters of type RuntimeModifier 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) Method parameters in software.amazon.awscdk.services.lambda with type arguments of type RuntimeModifier 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
Methods in software.amazon.awscdk.services.lambda.go.alpha that return RuntimeModifier and TypeMethodDescriptiondefault RuntimeGoFunctionProps.getRuntime()(experimental) The runtime environment.final RuntimeGoFunctionProps.Jsii$Proxy.getRuntime()Methods in software.amazon.awscdk.services.lambda.go.alpha with parameters of type RuntimeModifier and TypeMethodDescription(experimental) The runtime environment.Sets the value ofGoFunctionProps.getRuntime() -
Uses of Runtime in software.amazon.awscdk.services.lambda.nodejs
Methods in software.amazon.awscdk.services.lambda.nodejs that return RuntimeModifier and TypeMethodDescriptiondefault RuntimeNodejsFunctionProps.getRuntime()The runtime environment.final RuntimeNodejsFunctionProps.Jsii$Proxy.getRuntime()Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type RuntimeModifier and TypeMethodDescriptionThe runtime environment.Sets the value ofNodejsFunctionProps.getRuntime() -
Uses of Runtime in software.amazon.awscdk.services.lambda.python.alpha
Methods in software.amazon.awscdk.services.lambda.python.alpha that return RuntimeModifier and TypeMethodDescriptionPythonFunctionProps.getRuntime()(experimental) The runtime environment.final RuntimePythonFunctionProps.Jsii$Proxy.getRuntime()Methods in software.amazon.awscdk.services.lambda.python.alpha that return types with arguments of type RuntimeModifier and TypeMethodDescriptionPythonLayerVersionProps.getCompatibleRuntimes()(experimental) The runtimes compatible with the python layer.PythonLayerVersionProps.Jsii$Proxy.getCompatibleRuntimes()Methods in software.amazon.awscdk.services.lambda.python.alpha with parameters of type RuntimeModifier and TypeMethodDescription(experimental) The runtime environment.Sets the value ofPythonFunctionProps.getRuntime()Method parameters in software.amazon.awscdk.services.lambda.python.alpha with type arguments of type RuntimeModifier 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
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return RuntimeModifier and TypeMethodDescriptiondefault RuntimeEvaluateExpressionProps.getRuntime()The runtime language to use to evaluate the expression.final RuntimeEvaluateExpressionProps.Jsii$Proxy.getRuntime()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type RuntimeModifier and TypeMethodDescriptionThe runtime language to use to evaluate the expression.Sets the value ofEvaluateExpressionProps.getRuntime() -
Uses of Runtime in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return RuntimeMethods in software.amazon.awscdk.triggers with parameters of type RuntimeModifier and TypeMethodDescriptionThe runtime environment for the Lambda function that you are uploading.Sets the value ofFunctionProps.getRuntime()