@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T17:58:07.470Z") public class Runtime extends software.amazon.jsii.JsiiObject
| Modifier and Type | Field and Description |
|---|---|
static Runtime |
DOT_NET_CORE1 |
static Runtime |
DOT_NET_CORE2 |
static Runtime |
DOT_NET_CORE21 |
static Runtime |
GO1X |
static Runtime |
JAVA8 |
static Runtime |
NODE_J_S43 |
static Runtime |
NODE_J_S610 |
static Runtime |
NODE_J_S810 |
static Runtime |
NODE_JS |
static Runtime |
PYTHON27 |
static Runtime |
PYTHON36 |
| Modifier | Constructor and Description |
|---|---|
protected |
Runtime(software.amazon.jsii.JsiiObject.InitializationMode mode) |
|
Runtime(String name) |
|
Runtime(String name,
RuntimeFamily family) |
|
Runtime(String name,
RuntimeFamily family,
LambdaRuntimeProps props) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeFamily |
getFamily()
The runtime family.
|
String |
getName()
The name of this runtime, as expected by the Lambda resource.
|
Boolean |
getSupportsInlineCode()
Whether the ``ZipFile`` (aka inline code) property can be used with this
runtime.
|
String |
toString() |
public static final Runtime DOT_NET_CORE1
public static final Runtime DOT_NET_CORE2
public static final Runtime DOT_NET_CORE21
public static final Runtime GO1X
public static final Runtime JAVA8
public static final Runtime NODE_JS
public static final Runtime NODE_J_S43
public static final Runtime NODE_J_S610
public static final Runtime NODE_J_S810
public static final Runtime PYTHON27
public static final Runtime PYTHON36
protected Runtime(software.amazon.jsii.JsiiObject.InitializationMode mode)
public Runtime(String name, @Nullable RuntimeFamily family, @Nullable LambdaRuntimeProps props)
public Runtime(String name, @Nullable RuntimeFamily family)
public Runtime(String name)
public String getName()
public Boolean getSupportsInlineCode()
@Nullable public RuntimeFamily getFamily()
Copyright © 2018. All rights reserved.