| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICommandHooks.Jsii$Default
Internal default implementation for
ICommandHooks. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ICommandHooks.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default ICommandHooks |
BundlingOptions.getCommandHooks()
(experimental) Command hooks.
|
ICommandHooks |
BundlingOptions.Jsii$Proxy.getCommandHooks() |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.commandHooks(ICommandHooks commandHooks)
Sets the value of
BundlingOptions.getCommandHooks() |
| 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.