@Generated(value="jsii-pacmak/1.14.0 (build 729554b)", date="2020-10-29T17:34:18.531Z") @Stability(value=Stable) public interface LambdaRuntimeProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaRuntimeProps.Builder
A builder for
LambdaRuntimeProps |
static class |
LambdaRuntimeProps.Jsii$Proxy
An implementation for
LambdaRuntimeProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaRuntimeProps.Builder |
builder() |
default String |
getBundlingDockerImage()
The Docker image name to be used for bundling in this runtime.
|
default Boolean |
getSupportsInlineCode()
Whether the ``ZipFile`` (aka inline code) property can be used with this runtime.
|
@Stability(value=Stable) @Nullable default String getBundlingDockerImage()
Default: - the latest docker image "amazon/aws-sam-cli-build-image-
@Stability(value=Stable) @Nullable default Boolean getSupportsInlineCode()
Default: false
@Stability(value=Stable) static LambdaRuntimeProps.Builder builder()
LambdaRuntimeProps.Builder of LambdaRuntimePropsCopyright © 2020. All rights reserved.