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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion.FunctionConfigurationPropertyCfnFunctionDefinitionVersion.FunctionConfigurationProperty.Builder, CfnFunctionDefinitionVersion.FunctionConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnFunctionDefinitionVersion.FunctionConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getEncodingTypeDescription copied from interface:CfnFunctionDefinitionVersion.FunctionConfigurationPropertyThe expected encoding type of the input payload for the function.Valid values are json(default) andbinary.- Specified by:
- getEncodingTypein interface- CfnFunctionDefinitionVersion.FunctionConfigurationProperty
 
- 
getEnvironmentDescription copied from interface:CfnFunctionDefinitionVersion.FunctionConfigurationPropertyThe environment configuration of the function.- Specified by:
- getEnvironmentin interface- CfnFunctionDefinitionVersion.FunctionConfigurationProperty
 
- 
getExecArgsDescription copied from interface:CfnFunctionDefinitionVersion.FunctionConfigurationPropertyThe execution arguments.- Specified by:
- getExecArgsin interface- CfnFunctionDefinitionVersion.FunctionConfigurationProperty
 
- 
getExecutableDescription copied from interface:CfnFunctionDefinitionVersion.FunctionConfigurationPropertyThe name of the function executable.- Specified by:
- getExecutablein interface- CfnFunctionDefinitionVersion.FunctionConfigurationProperty
 
- 
getMemorySizeDescription 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 interface- CfnFunctionDefinitionVersion.FunctionConfigurationProperty
 
- 
getPinnedDescription 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 interface- CfnFunctionDefinitionVersion.FunctionConfigurationProperty
 
- 
getTimeoutDescription 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 interface- CfnFunctionDefinitionVersion.FunctionConfigurationProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-