public static final class LambdaRuntimeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaRuntimeProps
LambdaRuntimeProps
LambdaRuntimeProps.Builder, LambdaRuntimeProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBundlingDockerImage()
The Docker image name to be used for bundling in this runtime.
|
java.lang.Boolean |
getSupportsCodeGuruProfiling()
Whether this runtime is integrated with and supported for profiling using Amazon CodeGuru Profiler.
|
java.lang.Boolean |
getSupportsInlineCode()
Whether the ``ZipFile`` (aka inline code) property can be used with this runtime.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBundlingDockerImage()
LambdaRuntimeProps
Default: - the latest docker image "amazon/public.ecr.aws/sam/build-
getBundlingDockerImage
in interface LambdaRuntimeProps
public final java.lang.Boolean getSupportsCodeGuruProfiling()
LambdaRuntimeProps
Default: false
getSupportsCodeGuruProfiling
in interface LambdaRuntimeProps
public final java.lang.Boolean getSupportsInlineCode()
LambdaRuntimeProps
Default: false
getSupportsInlineCode
in interface LambdaRuntimeProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()