@Stability(value=Stable) @Internal public static final class CfnFunctionDefinition.FunctionConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFunctionDefinition.FunctionConfigurationProperty
CfnFunctionDefinition.FunctionConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnFunctionDefinition.FunctionConfigurationProperty.Builder, CfnFunctionDefinition.FunctionConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFunctionDefinition.FunctionConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFunctionDefinition.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 |
getEncodingType()
The expected encoding type of the input payload for the function.
|
Object |
getEnvironment()
The environment configuration of the function.
|
String |
getExecArgs()
The execution arguments.
|
String |
getExecutable()
The name of the function executable.
|
Number |
getMemorySize()
The memory size (in KB) required by the function.
|
Object |
getPinned()
Indicates whether the function is pinned (or *long-lived* ).
|
Number |
getTimeout()
The allowed execution time (in seconds) after which the function should terminate.
|
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(CfnFunctionDefinition.FunctionConfigurationProperty.Builder builder)
CfnFunctionDefinition.DefaultConfigProperty.Builder.public final String getEncodingType()
CfnFunctionDefinition.FunctionConfigurationProperty
Valid values are json (default) and binary .
getEncodingType in interface CfnFunctionDefinition.FunctionConfigurationPropertypublic final Object getEnvironment()
CfnFunctionDefinition.FunctionConfigurationPropertygetEnvironment in interface CfnFunctionDefinition.FunctionConfigurationPropertypublic final String getExecArgs()
CfnFunctionDefinition.FunctionConfigurationPropertygetExecArgs in interface CfnFunctionDefinition.FunctionConfigurationPropertypublic final String getExecutable()
CfnFunctionDefinition.FunctionConfigurationPropertygetExecutable in interface CfnFunctionDefinition.FunctionConfigurationPropertypublic final Number getMemorySize()
CfnFunctionDefinition.FunctionConfigurationProperty
This property applies only to Lambda functions that run in a Greengrass container.
getMemorySize in interface CfnFunctionDefinition.FunctionConfigurationPropertypublic final Object getPinned()
CfnFunctionDefinition.FunctionConfigurationPropertyPinned functions start when the core starts and process all requests in the same container. The default value is false.
getPinned in interface CfnFunctionDefinition.FunctionConfigurationPropertypublic final Number getTimeout()
CfnFunctionDefinition.FunctionConfigurationPropertyFor pinned functions, this timeout applies for each request.
getTimeout in interface CfnFunctionDefinition.FunctionConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.