| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Field and Description |
|---|---|
protected Runtime |
FunctionProps.Jsii$Pojo._runtime |
protected Runtime |
SingletonFunctionProps.Jsii$Pojo._runtime |
static Runtime |
Runtime.DOT_NET_CORE1 |
static Runtime |
Runtime.DOT_NET_CORE2 |
static Runtime |
Runtime.DOT_NET_CORE21 |
static Runtime |
Runtime.GO1X |
static Runtime |
Runtime.JAVA8 |
static Runtime |
Runtime.NODE_J_S43_EDGE |
static Runtime |
Runtime.NODE_J_S810 |
| Modifier and Type | Method and Description |
|---|---|
Runtime |
FunctionProps.getRuntime()
The runtime environment for the Lambda function that you are uploading.
|
Runtime |
FunctionProps.Jsii$Pojo.getRuntime() |
Runtime |
FunctionProps.Jsii$Proxy.getRuntime()
The runtime environment for the Lambda function that you are uploading.
|
Runtime |
SingletonFunctionProps.Jsii$Pojo.getRuntime() |
Runtime |
SingletonFunctionProps.Jsii$Proxy.getRuntime()
The runtime environment for the Lambda function that you are uploading.
|
Runtime |
Function.getRuntime()
The runtime configured for this lambda.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionProps.setRuntime(Runtime value)
The runtime environment for the Lambda function that you are uploading.
|
void |
FunctionProps.Jsii$Pojo.setRuntime(Runtime value) |
void |
FunctionProps.Jsii$Proxy.setRuntime(Runtime value)
The runtime environment for the Lambda function that you are uploading.
|
void |
SingletonFunctionProps.Jsii$Pojo.setRuntime(Runtime value) |
void |
SingletonFunctionProps.Jsii$Proxy.setRuntime(Runtime value)
The runtime environment for the Lambda function that you are uploading.
|
FunctionProps.Builder.Build |
FunctionProps.Builder.RuntimeStep.withRuntime(Runtime value)
The runtime environment for the Lambda function that you are uploading.
|
SingletonFunctionProps.Builder.Build |
SingletonFunctionProps.Builder.RuntimeStep.withRuntime(Runtime value)
The runtime environment for the Lambda function that you are uploading.
|
Copyright © 2018. All rights reserved.