@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:52.157Z") @Stability(value=Experimental) public interface LambdaRuntimeProps extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lambda.*;
LambdaRuntimeProps lambdaRuntimeProps = LambdaRuntimeProps.builder()
.bundlingDockerImage("bundlingDockerImage")
.supportsCodeGuruProfiling(false)
.supportsInlineCode(false)
.build();
| 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/public.ecr.aws/sam/build-
@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 © 2022. All rights reserved.