| Modifier and Type | Field and Description |
|---|---|
static Runtime |
Runtime.DOTNET_CORE_1
Deprecated.
Use
DOTNET_CORE_2_1 |
static Runtime |
Runtime.DOTNET_CORE_2
Deprecated.
Use
DOTNET_CORE_2_1 |
static Runtime |
Runtime.DOTNET_CORE_2_1
The .NET Core 2.1 runtime (dotnetcore2.1).
|
static Runtime |
Runtime.DOTNET_CORE_3_1
The .NET Core 3.1 runtime (dotnetcore3.1).
|
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.
Use
NODEJS_10_X |
static Runtime |
Runtime.NODEJS_10_X
The NodeJS 10.x runtime (nodejs10.x).
|
static Runtime |
Runtime.NODEJS_12_X
The NodeJS 12.x runtime (nodejs12.x).
|
static Runtime |
Runtime.NODEJS_4_3
Deprecated.
Use
NODEJS_10_X |
static Runtime |
Runtime.NODEJS_6_10
Deprecated.
Use
NODEJS_10_X |
static Runtime |
Runtime.NODEJS_8_10
Deprecated.
Use
NODEJS_10_X |
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
The Python 2.7 runtime (python2.7).
|
static Runtime |
Runtime.PYTHON_3_6
The Python 3.6 runtime (python3.6).
|
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.RUBY_2_5
The Ruby 2.5 runtime (ruby2.5).
|
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 |
FunctionProps.getRuntime()
The runtime environment for the Lambda function that you are uploading.
|
Runtime |
FunctionProps.Jsii$Proxy.getRuntime() |
Runtime |
Function.getRuntime()
The runtime configured for this lambda.
|
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.
|
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() |
List<Runtime> |
LayerVersion.getCompatibleRuntimes()
The runtimes compatible with this Layer.
|
| 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)
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.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.runtime(Runtime runtime)
Sets the value of
FunctionProps.getRuntime() |
Boolean |
Runtime.runtimeEquals(Runtime other) |
| Modifier and Type | Method and Description |
|---|---|
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() |
LayerVersion.Builder |
LayerVersion.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
The runtimes compatible with this Layer.
|
| Constructor and Description |
|---|
Jsii$Proxy(Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionProps.Builder. |
Jsii$Proxy(String uuid,
String lambdaPurpose,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
SingletonFunctionProps.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(Code code,
List<? extends Runtime> compatibleRuntimes,
String description,
String layerVersionName,
String license)
Constructor that initializes the object based on literal property values passed by the
LayerVersionProps.Builder. |
Jsii$Proxy(String layerVersionArn,
List<? extends Runtime> compatibleRuntimes)
Constructor that initializes the object based on literal property values passed by the
LayerVersionAttributes.Builder. |
Copyright © 2020. All rights reserved.