Uses of Class
software.amazon.awscdk.services.lambda.Runtime
-
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_CORE_1The .NET Core 1.0 runtime (dotnetcore1.0) Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.DOTNET_CORE_2The .NET Core 2.0 runtime (dotnetcore2.0) Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.DOTNET_CORE_2_1The .NET Core 2.1 runtime (dotnetcore2.1) Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.DOTNET_CORE_3_1The .NET Core 3.1 runtime (dotnetcore3.1).static final RuntimeRuntime.FROM_IMAGEA special runtime entry to be used when function is using a docker image.static final RuntimeRuntime.GO_1_XThe Go 1.x runtime (go1.x).static final RuntimeRuntime.JAVA_11The Java 11 runtime (java11).static final RuntimeRuntime.JAVA_8The Java 8 runtime (java8).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_XThe NodeJS 12.x runtime (nodejs12.x).static final RuntimeRuntime.NODEJS_14_XThe NodeJS 14.x runtime (nodejs14.x).static final RuntimeRuntime.NODEJS_16_XThe NodeJS 16.x runtime (nodejs16.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.PROVIDEDThe custom provided runtime (provided).static final RuntimeRuntime.PROVIDED_AL2The custom provided runtime (provided).static final RuntimeRuntime.PYTHON_2_7Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.PYTHON_3_6Deprecated.Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.PYTHON_3_7The Python 3.7 runtime (python3.7).static final RuntimeRuntime.PYTHON_3_8The Python 3.8 runtime (python3.8).static final RuntimeRuntime.PYTHON_3_9The Python 3.9 runtime (python3.9).static final RuntimeRuntime.RUBY_2_5The Ruby 2.5 runtime (ruby2.5) Legacy runtime no longer supported by AWS Lambda.static final RuntimeRuntime.RUBY_2_7The Ruby 2.7 runtime (ruby2.7).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()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()