| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Field and Description |
|---|---|
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 |
static Runtime |
Runtime.NODE_J_S610 |
static Runtime |
Runtime.NODE_J_S810 |
static Runtime |
Runtime.NODE_JS |
static Runtime |
Runtime.PYTHON27 |
static Runtime |
Runtime.PYTHON36 |
| Modifier and Type | Method and Description |
|---|---|
Runtime |
Function.getRuntime()
The runtime configured for this lambda.
|
Runtime |
SingletonFunctionProps.Jsii$Proxy.getRuntime()
The runtime environment for the Lambda function that you are uploading.
|
Runtime |
FunctionProps.getRuntime()
The runtime environment for the Lambda function that you are uploading.
|
Runtime |
FunctionProps.Jsii$Proxy.getRuntime()
The runtime environment for the Lambda function that you are uploading.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingletonFunctionProps.Jsii$Proxy.setRuntime(Runtime value)
The runtime environment for the Lambda function that you are uploading.
|
void |
FunctionProps.setRuntime(Runtime value)
The runtime environment for the Lambda function that you are uploading.
|
void |
FunctionProps.Jsii$Proxy.setRuntime(Runtime value)
The runtime environment for the Lambda function that you are uploading.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.withRuntime(Runtime value)
Sets the value of Runtime
|
FunctionProps.Builder |
FunctionProps.Builder.withRuntime(Runtime value)
Sets the value of Runtime
|
Copyright © 2018. All rights reserved.