@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-07-06T20:02:51.920Z")
public interface LambdaRuntimeProps
// 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 java.lang.String |
getBundlingDockerImage()
The Docker image name to be used for bundling in this runtime.
|
default java.lang.Boolean |
getSupportsCodeGuruProfiling()
Whether this runtime is integrated with and supported for profiling using Amazon CodeGuru Profiler.
|
default java.lang.Boolean |
getSupportsInlineCode()
Whether the ``ZipFile`` (aka inline code) property can be used with this runtime.
|
default java.lang.String getBundlingDockerImage()
Default: - the latest docker image "amazon/public.ecr.aws/sam/build-
default java.lang.Boolean getSupportsCodeGuruProfiling()
Default: false
default java.lang.Boolean getSupportsInlineCode()
Default: false
static LambdaRuntimeProps.Builder builder()
LambdaRuntimeProps.Builder
of LambdaRuntimeProps