| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| Modifier and Type | Method and Description |
|---|---|
default LogLevel |
BundlingOptions.getLogLevel()
(experimental) Log level for esbuild.
|
LogLevel |
BundlingOptions.Jsii$Proxy.getLogLevel() |
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.logLevel(LogLevel logLevel)
Sets the value of
BundlingOptions.getLogLevel() |
| Constructor and Description |
|---|
Jsii$Proxy(String banner,
Map<String,String> buildArgs,
ICommandHooks commandHooks,
Map<String,String> define,
DockerImage dockerImage,
Map<String,String> environment,
String esbuildVersion,
List<String> externalModules,
String footer,
Boolean forceDockerBundling,
Boolean keepNames,
Map<String,String> loader,
LogLevel logLevel,
Boolean metafile,
Boolean minify,
List<String> nodeModules,
Boolean sourceMap,
String target,
String tsconfig)
Constructor that initializes the object based on literal property values passed by the
BundlingOptions.Builder. |
Copyright © 2021. All rights reserved.