@Stability(value=Experimental) @Internal public static final class LambdaFunctionCommonOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaFunctionCommonOptions
LambdaFunctionCommonOptionssoftware.amazon.jsii.JsiiObject.InitializationModeLambdaFunctionCommonOptions.Builder, LambdaFunctionCommonOptions.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.
|
protected |
Jsii$Proxy(LambdaFunctionCommonOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LambdaFunctionCommonOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
BundlingOptions |
getBundlingOptions()
(experimental) Bundling options for this AWS Lambda function.
|
LambdaRuntime |
getRuntime()
(experimental) The node.js version to target.
|
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(LambdaFunctionCommonOptions.Builder builder)
LambdaFunctionCommonOptions.Builder.public final BundlingOptions getBundlingOptions()
LambdaFunctionCommonOptions
If not specified the default bundling options specified for the project
Bundler instance will be used.
Default: - defaults
getBundlingOptions in interface LambdaFunctionCommonOptionspublic final LambdaRuntime getRuntime()
LambdaFunctionCommonOptionsDefault: Runtime.NODEJS_14_X
getRuntime in interface LambdaFunctionCommonOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.