@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:02.540Z") @Stability(value=Experimental) 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()
(experimental) The Docker image name to be used for bundling in this runtime.
|
default Boolean |
getSupportsCodeGuruProfiling()
(experimental) Whether this runtime is integrated with and supported for profiling using Amazon CodeGuru Profiler.
|
default Boolean |
getSupportsInlineCode()
(experimental) Whether the ``ZipFile`` (aka inline code) property can be used with this runtime.
|
@Stability(value=Experimental) @Nullable default String getBundlingDockerImage()
Default: - the latest docker image "amazon/aws-sam-cli-build-image-
@Stability(value=Experimental) @Nullable default Boolean getSupportsCodeGuruProfiling()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getSupportsInlineCode()
Default: false
@Stability(value=Experimental) static LambdaRuntimeProps.Builder builder()
LambdaRuntimeProps.Builder of LambdaRuntimePropsCopyright © 2021. All rights reserved.