Class CfnFunctionDefinitionVersion.FunctionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion.FunctionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFunctionDefinitionVersion.FunctionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFunctionDefinitionVersion.FunctionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFunctionDefinitionVersion.FunctionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunctionDefinitionVersion.FunctionConfigurationProperty
An implementation for
CfnFunctionDefinitionVersion.FunctionConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion.FunctionConfigurationProperty
CfnFunctionDefinitionVersion.FunctionConfigurationProperty.Builder, CfnFunctionDefinitionVersion.FunctionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunctionDefinitionVersion.FunctionConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe expected encoding type of the input payload for the function.final ObjectThe environment configuration of the function.final StringThe execution arguments.final StringThe name of the function executable.final NumberThe memory size (in KB) required by the function.final ObjectIndicates whether the function is pinned (or long-lived ).final NumberThe allowed execution time (in seconds) after which the function should terminate.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFunctionDefinitionVersion.FunctionConfigurationProperty.Builder.
-
-
Method Details
-
getEncodingType
Description copied from interface:CfnFunctionDefinitionVersion.FunctionConfigurationPropertyThe expected encoding type of the input payload for the function.Valid values are
json(default) andbinary.- Specified by:
getEncodingTypein interfaceCfnFunctionDefinitionVersion.FunctionConfigurationProperty
-
getEnvironment
Description copied from interface:CfnFunctionDefinitionVersion.FunctionConfigurationPropertyThe environment configuration of the function.- Specified by:
getEnvironmentin interfaceCfnFunctionDefinitionVersion.FunctionConfigurationProperty
-
getExecArgs
Description copied from interface:CfnFunctionDefinitionVersion.FunctionConfigurationPropertyThe execution arguments.- Specified by:
getExecArgsin interfaceCfnFunctionDefinitionVersion.FunctionConfigurationProperty
-
getExecutable
Description copied from interface:CfnFunctionDefinitionVersion.FunctionConfigurationPropertyThe name of the function executable.- Specified by:
getExecutablein interfaceCfnFunctionDefinitionVersion.FunctionConfigurationProperty
-
getMemorySize
Description copied from interface:CfnFunctionDefinitionVersion.FunctionConfigurationPropertyThe memory size (in KB) required by the function.This property applies only to Lambda functions that run in a Greengrass container.
- Specified by:
getMemorySizein interfaceCfnFunctionDefinitionVersion.FunctionConfigurationProperty
-
getPinned
Description copied from interface:CfnFunctionDefinitionVersion.FunctionConfigurationPropertyIndicates whether the function is pinned (or long-lived ).Pinned functions start when the core starts and process all requests in the same container. The default value is false.
- Specified by:
getPinnedin interfaceCfnFunctionDefinitionVersion.FunctionConfigurationProperty
-
getTimeout
Description copied from interface:CfnFunctionDefinitionVersion.FunctionConfigurationPropertyThe allowed execution time (in seconds) after which the function should terminate.For pinned functions, this timeout applies for each request.
- Specified by:
getTimeoutin interfaceCfnFunctionDefinitionVersion.FunctionConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-