| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Class and Description |
|---|---|
static class |
InlinableJavaScriptRuntime.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
class |
Runtime
Lambda function runtime environment.
|
| Modifier and Type | Field and Description |
|---|---|
protected InlinableJavaScriptRuntime |
InlineJavaScriptLambdaProps.Jsii$Pojo._runtime |
static InlinableJavaScriptRuntime |
Runtime.NODE_J_S43 |
static InlinableJavaScriptRuntime |
Runtime.NODE_J_S610 |
static InlinableJavaScriptRuntime |
Runtime.NODE_JS |
| Modifier and Type | Method and Description |
|---|---|
InlinableJavaScriptRuntime |
InlineJavaScriptLambdaProps.getRuntime()
The runtime environment for the Lambda function that you are uploading.
|
InlinableJavaScriptRuntime |
InlineJavaScriptLambdaProps.Jsii$Pojo.getRuntime() |
InlinableJavaScriptRuntime |
InlineJavaScriptLambdaProps.Jsii$Proxy.getRuntime()
The runtime environment for the Lambda function that you are uploading.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InlineJavaScriptLambdaProps.setRuntime(InlinableJavaScriptRuntime value)
The runtime environment for the Lambda function that you are uploading.
|
void |
InlineJavaScriptLambdaProps.Jsii$Pojo.setRuntime(InlinableJavaScriptRuntime value) |
void |
InlineJavaScriptLambdaProps.Jsii$Proxy.setRuntime(InlinableJavaScriptRuntime value)
The runtime environment for the Lambda function that you are uploading.
|
InlineJavaScriptLambdaProps.Builder.Build |
InlineJavaScriptLambdaProps.Builder.Build.withRuntime(InlinableJavaScriptRuntime value)
The runtime environment for the Lambda function that you are uploading.
|
Copyright © 2018. All rights reserved.