@Stability(value=Stable) @Internal public static final class CfnComponentVersion.LambdaExecutionParametersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentVersion.LambdaExecutionParametersProperty
CfnComponentVersion.LambdaExecutionParametersPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnComponentVersion.LambdaExecutionParametersProperty.Builder, CfnComponentVersion.LambdaExecutionParametersProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnComponentVersion.LambdaExecutionParametersProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnComponentVersion.ComponentDependencyRequirementProperty.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) |
Object |
getEnvironmentVariables()
The map of environment variables that are available to the Lambda function when it runs.
|
Object |
getEventSources()
The list of event sources to which to subscribe to receive work messages.
|
List<String> |
getExecArgs()
The list of arguments to pass to the Lambda function when it runs.
|
String |
getInputPayloadEncodingType()
The encoding type that the Lambda function supports.
|
Object |
getLinuxProcessParams()
The parameters for the Linux process that contains the Lambda function.
|
Number |
getMaxIdleTimeInSeconds()
The maximum amount of time in seconds that a non-pinned Lambda function can idle before the software stops its process.
|
Number |
getMaxInstancesCount()
The maximum number of instances that a non-pinned Lambda function can run at the same time.
|
Number |
getMaxQueueSize()
The maximum size of the message queue for the Lambda function component.
|
Object |
getPinned()
Whether or not the Lambda function is pinned, or long-lived.
|
Number |
getStatusTimeoutInSeconds()
The interval in seconds at which a pinned (also known as long-lived) Lambda function component sends status updates to the Lambda manager component.
|
Number |
getTimeoutInSeconds()
The maximum amount of time in seconds that the Lambda function can process a work item.
|
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(CfnComponentVersion.LambdaExecutionParametersProperty.Builder builder)
CfnComponentVersion.ComponentDependencyRequirementProperty.Builder.public final Object getEnvironmentVariables()
CfnComponentVersion.LambdaExecutionParametersPropertygetEnvironmentVariables in interface CfnComponentVersion.LambdaExecutionParametersPropertypublic final Object getEventSources()
CfnComponentVersion.LambdaExecutionParametersPropertyThe Lambda function runs when it receives a message from an event source. You can subscribe this function to local publish/subscribe messages and AWS IoT Core MQTT messages.
getEventSources in interface CfnComponentVersion.LambdaExecutionParametersPropertypublic final List<String> getExecArgs()
CfnComponentVersion.LambdaExecutionParametersPropertygetExecArgs in interface CfnComponentVersion.LambdaExecutionParametersPropertypublic final String getInputPayloadEncodingType()
CfnComponentVersion.LambdaExecutionParametersProperty
Default: json
getInputPayloadEncodingType in interface CfnComponentVersion.LambdaExecutionParametersPropertypublic final Object getLinuxProcessParams()
CfnComponentVersion.LambdaExecutionParametersPropertygetLinuxProcessParams in interface CfnComponentVersion.LambdaExecutionParametersPropertypublic final Number getMaxIdleTimeInSeconds()
CfnComponentVersion.LambdaExecutionParametersPropertygetMaxIdleTimeInSeconds in interface CfnComponentVersion.LambdaExecutionParametersPropertypublic final Number getMaxInstancesCount()
CfnComponentVersion.LambdaExecutionParametersPropertygetMaxInstancesCount in interface CfnComponentVersion.LambdaExecutionParametersPropertypublic final Number getMaxQueueSize()
CfnComponentVersion.LambdaExecutionParametersPropertyThe Greengrass core device stores messages in a FIFO (first-in-first-out) queue until it can run the Lambda function to consume each message.
getMaxQueueSize in interface CfnComponentVersion.LambdaExecutionParametersPropertypublic final Object getPinned()
CfnComponentVersion.LambdaExecutionParametersProperty
maxIdleTimeInSeconds . If the function has multiple work items, the software creates multiple instances of the function.
Default: true
getPinned in interface CfnComponentVersion.LambdaExecutionParametersPropertypublic final Number getStatusTimeoutInSeconds()
CfnComponentVersion.LambdaExecutionParametersPropertygetStatusTimeoutInSeconds in interface CfnComponentVersion.LambdaExecutionParametersPropertypublic final Number getTimeoutInSeconds()
CfnComponentVersion.LambdaExecutionParametersPropertygetTimeoutInSeconds in interface CfnComponentVersion.LambdaExecutionParametersProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.