public static final class CfnFunctionDefinitionVersion.FunctionConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFunctionDefinitionVersion.FunctionConfigurationProperty
CfnFunctionDefinitionVersion.FunctionConfigurationProperty
CfnFunctionDefinitionVersion.FunctionConfigurationProperty.Builder, CfnFunctionDefinitionVersion.FunctionConfigurationProperty.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 |
getEncodingType()
The expected encoding type of the input payload for the function.
|
java.lang.Object |
getEnvironment()
The environment configuration of the function.
|
java.lang.String |
getExecArgs()
The execution arguments.
|
java.lang.String |
getExecutable()
The name of the function executable.
|
java.lang.Number |
getMemorySize()
The memory size (in KB) required by the function.
|
java.lang.Object |
getPinned()
Indicates whether the function is pinned (or *long-lived* ).
|
java.lang.Number |
getTimeout()
The allowed execution time (in seconds) after which the function should terminate.
|
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 getEncodingType()
CfnFunctionDefinitionVersion.FunctionConfigurationProperty
Valid values are json
(default) and binary
.
getEncodingType
in interface CfnFunctionDefinitionVersion.FunctionConfigurationProperty
public final java.lang.Object getEnvironment()
CfnFunctionDefinitionVersion.FunctionConfigurationProperty
getEnvironment
in interface CfnFunctionDefinitionVersion.FunctionConfigurationProperty
public final java.lang.String getExecArgs()
CfnFunctionDefinitionVersion.FunctionConfigurationProperty
getExecArgs
in interface CfnFunctionDefinitionVersion.FunctionConfigurationProperty
public final java.lang.String getExecutable()
CfnFunctionDefinitionVersion.FunctionConfigurationProperty
getExecutable
in interface CfnFunctionDefinitionVersion.FunctionConfigurationProperty
public final java.lang.Number getMemorySize()
CfnFunctionDefinitionVersion.FunctionConfigurationProperty
This property applies only to Lambda functions that run in a Greengrass container.
getMemorySize
in interface CfnFunctionDefinitionVersion.FunctionConfigurationProperty
public final java.lang.Object getPinned()
CfnFunctionDefinitionVersion.FunctionConfigurationProperty
Pinned functions start when the core starts and process all requests in the same container. The default value is false.
getPinned
in interface CfnFunctionDefinitionVersion.FunctionConfigurationProperty
public final java.lang.Number getTimeout()
CfnFunctionDefinitionVersion.FunctionConfigurationProperty
For pinned functions, this timeout applies for each request.
getTimeout
in interface CfnFunctionDefinitionVersion.FunctionConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()