public static final class CfnComponentVersion.LambdaLinuxProcessParamsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentVersion.LambdaLinuxProcessParamsProperty
CfnComponentVersion.LambdaLinuxProcessParamsProperty
CfnComponentVersion.LambdaLinuxProcessParamsProperty.Builder, CfnComponentVersion.LambdaLinuxProcessParamsProperty.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.Object |
getContainerParams()
The parameters for the container in which the Lambda function runs.
|
java.lang.String |
getIsolationMode()
The isolation mode for the process that contains the Lambda function.
|
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.Object getContainerParams()
CfnComponentVersion.LambdaLinuxProcessParamsProperty
getContainerParams
in interface CfnComponentVersion.LambdaLinuxProcessParamsProperty
public final java.lang.String getIsolationMode()
CfnComponentVersion.LambdaLinuxProcessParamsProperty
The process can run in an isolated runtime environment inside the AWS IoT Greengrass container, or as a regular process outside any container.
Default: GreengrassContainer
getIsolationMode
in interface CfnComponentVersion.LambdaLinuxProcessParamsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()