@Stability(value=Stable) @Internal public static final class CfnFunctionDefinitionVersion.ExecutionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFunctionDefinitionVersion.ExecutionProperty
CfnFunctionDefinitionVersion.ExecutionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnFunctionDefinitionVersion.ExecutionProperty.Builder, CfnFunctionDefinitionVersion.ExecutionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFunctionDefinitionVersion.ExecutionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFunctionDefinitionVersion.DefaultConfigProperty.Builder. |
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(Object o) |
String |
getIsolationMode()
The containerization that the Lambda function runs in.
|
Object |
getRunAs()
The user and group permissions used to run the Lambda function.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFunctionDefinitionVersion.ExecutionProperty.Builder builder)
CfnFunctionDefinitionVersion.DefaultConfigProperty.Builder.public final String getIsolationMode()
CfnFunctionDefinitionVersion.ExecutionProperty
Valid values are GreengrassContainer or NoContainer . Typically, this is GreengrassContainer . For more information, see Containerization in the Developer Guide .
DefaultConfig property of a function definition version, this setting is used as the default containerization for all Lambda functions in the function definition version.Environment property of a function, this setting applies to the individual function and overrides the default. Omit this value to run the function with the default containerization.
We recommend that you run in a Greengrass container unless your business case requires that you run without containerization.
getIsolationMode in interface CfnFunctionDefinitionVersion.ExecutionPropertypublic final Object getRunAs()
CfnFunctionDefinitionVersion.ExecutionPropertyTypically, this is the ggc_user and ggc_group. For more information, see Run as in the Developer Guide .
DefaultConfig property of a function definition version, this setting is used as the default access identity for all Lambda functions in the function definition version.Environment property of a function, this setting applies to the individual function and overrides the default. You can override the user, group, or both. Omit this value to run the function with the default permissions.
Running as the root user increases risks to your data and device. Do not run as root (UID/GID=0) unless your business case requires it. For more information and requirements, see Running a Lambda Function as Root .
getRunAs in interface CfnFunctionDefinitionVersion.ExecutionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.