@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.613Z") @Stability(value=Experimental) public interface LambdaFunctionCommonOptions extends software.amazon.jsii.JsiiSerializable
Applies to all functions in auto-discovery.
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaFunctionCommonOptions.Builder
A builder for
LambdaFunctionCommonOptions |
static class |
LambdaFunctionCommonOptions.Jsii$Proxy
An implementation for
LambdaFunctionCommonOptions |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFunctionCommonOptions.Builder |
builder() |
default BundlingOptions |
getBundlingOptions()
(experimental) Bundling options for this AWS Lambda function.
|
default LambdaRuntime |
getRuntime()
(experimental) The node.js version to target.
|
@Stability(value=Experimental) @Nullable default BundlingOptions getBundlingOptions()
If not specified the default bundling options specified for the project
Bundler instance will be used.
Default: - defaults
@Stability(value=Experimental) @Nullable default LambdaRuntime getRuntime()
Default: Runtime.NODEJS_14_X
@Stability(value=Experimental) static LambdaFunctionCommonOptions.Builder builder()
Copyright © 2021. All rights reserved.