@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-10T17:05:56.577Z") @Stability(value=Stable) 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()
The Docker image name to be used for bundling in this runtime.
|
default Boolean |
getSupportsCodeGuruProfiling()
Whether this runtime is integrated with and supported for profiling using Amazon CodeGuru Profiler.
|
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/public.ecr.aws/sam/build-
@Stability(value=Stable) @Nullable default Boolean getSupportsCodeGuruProfiling()
Default: false
@Stability(value=Stable) @Nullable default Boolean getSupportsInlineCode()
Default: false
@Stability(value=Stable) static LambdaRuntimeProps.Builder builder()
LambdaRuntimeProps.Builder of LambdaRuntimePropsCopyright © 2023. All rights reserved.