Class CfnFunctionDefinition.FunctionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnFunctionDefinition.FunctionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFunctionDefinition.FunctionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFunctionDefinition.FunctionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFunctionDefinition.FunctionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunctionDefinition.FunctionConfigurationProperty
An implementation for
CfnFunctionDefinition.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.CfnFunctionDefinition.FunctionConfigurationProperty
CfnFunctionDefinition.FunctionConfigurationProperty.Builder, CfnFunctionDefinition.FunctionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunctionDefinition.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 theCfnFunctionDefinition.FunctionConfigurationProperty.Builder.
-
-
Method Details
-
getEncodingType
Description copied from interface:CfnFunctionDefinition.FunctionConfigurationPropertyThe expected encoding type of the input payload for the function.Valid values are
json(default) andbinary.- Specified by:
getEncodingTypein interfaceCfnFunctionDefinition.FunctionConfigurationProperty- See Also:
-
getEnvironment
Description copied from interface:CfnFunctionDefinition.FunctionConfigurationPropertyThe environment configuration of the function.Returns union: either
IResolvableorCfnFunctionDefinition.EnvironmentProperty- Specified by:
getEnvironmentin interfaceCfnFunctionDefinition.FunctionConfigurationProperty- See Also:
-
getExecArgs
Description copied from interface:CfnFunctionDefinition.FunctionConfigurationPropertyThe execution arguments.- Specified by:
getExecArgsin interfaceCfnFunctionDefinition.FunctionConfigurationProperty- See Also:
-
getExecutable
Description copied from interface:CfnFunctionDefinition.FunctionConfigurationPropertyThe name of the function executable.- Specified by:
getExecutablein interfaceCfnFunctionDefinition.FunctionConfigurationProperty- See Also:
-
getMemorySize
Description copied from interface:CfnFunctionDefinition.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 interfaceCfnFunctionDefinition.FunctionConfigurationProperty- See Also:
-
getPinned
Description copied from interface:CfnFunctionDefinition.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.
Returns union: either
BooleanorIResolvable- Specified by:
getPinnedin interfaceCfnFunctionDefinition.FunctionConfigurationProperty- See Also:
-
getTimeout
Description copied from interface:CfnFunctionDefinition.FunctionConfigurationPropertyThe allowed execution time (in seconds) after which the function should terminate.For pinned functions, this timeout applies for each request.
- Specified by:
getTimeoutin interfaceCfnFunctionDefinition.FunctionConfigurationProperty- See Also:
-
$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()
-