public static final class CfnComponentVersion.LambdaExecutionParametersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentVersion.LambdaExecutionParametersProperty
CfnComponentVersion.LambdaExecutionParametersProperty
CfnComponentVersion.LambdaExecutionParametersProperty.Builder, CfnComponentVersion.LambdaExecutionParametersProperty.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 |
getEnvironmentVariables()
The map of environment variables that are available to the Lambda function when it runs.
|
java.lang.Object |
getEventSources()
The list of event sources to which to subscribe to receive work messages.
|
java.util.List<java.lang.String> |
getExecArgs()
The list of arguments to pass to the Lambda function when it runs.
|
java.lang.String |
getInputPayloadEncodingType()
The encoding type that the Lambda function supports.
|
java.lang.Object |
getLinuxProcessParams()
The parameters for the Linux process that contains the Lambda function.
|
java.lang.Number |
getMaxIdleTimeInSeconds()
The maximum amount of time in seconds that a non-pinned Lambda function can idle before the software stops its process.
|
java.lang.Number |
getMaxInstancesCount()
The maximum number of instances that a non-pinned Lambda function can run at the same time.
|
java.lang.Number |
getMaxQueueSize()
The maximum size of the message queue for the Lambda function component.
|
java.lang.Object |
getPinned()
Whether or not the Lambda function is pinned, or long-lived.
|
java.lang.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.
|
java.lang.Number |
getTimeoutInSeconds()
The maximum amount of time in seconds that the Lambda function can process a work item.
|
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 getEnvironmentVariables()
CfnComponentVersion.LambdaExecutionParametersProperty
getEnvironmentVariables
in interface CfnComponentVersion.LambdaExecutionParametersProperty
public final java.lang.Object getEventSources()
CfnComponentVersion.LambdaExecutionParametersProperty
The 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.LambdaExecutionParametersProperty
public final java.util.List<java.lang.String> getExecArgs()
CfnComponentVersion.LambdaExecutionParametersProperty
getExecArgs
in interface CfnComponentVersion.LambdaExecutionParametersProperty
public final java.lang.String getInputPayloadEncodingType()
CfnComponentVersion.LambdaExecutionParametersProperty
Default: json
getInputPayloadEncodingType
in interface CfnComponentVersion.LambdaExecutionParametersProperty
public final java.lang.Object getLinuxProcessParams()
CfnComponentVersion.LambdaExecutionParametersProperty
getLinuxProcessParams
in interface CfnComponentVersion.LambdaExecutionParametersProperty
public final java.lang.Number getMaxIdleTimeInSeconds()
CfnComponentVersion.LambdaExecutionParametersProperty
getMaxIdleTimeInSeconds
in interface CfnComponentVersion.LambdaExecutionParametersProperty
public final java.lang.Number getMaxInstancesCount()
CfnComponentVersion.LambdaExecutionParametersProperty
getMaxInstancesCount
in interface CfnComponentVersion.LambdaExecutionParametersProperty
public final java.lang.Number getMaxQueueSize()
CfnComponentVersion.LambdaExecutionParametersProperty
The 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.LambdaExecutionParametersProperty
public final java.lang.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.LambdaExecutionParametersProperty
public final java.lang.Number getStatusTimeoutInSeconds()
CfnComponentVersion.LambdaExecutionParametersProperty
getStatusTimeoutInSeconds
in interface CfnComponentVersion.LambdaExecutionParametersProperty
public final java.lang.Number getTimeoutInSeconds()
CfnComponentVersion.LambdaExecutionParametersProperty
getTimeoutInSeconds
in interface CfnComponentVersion.LambdaExecutionParametersProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()