Interface ICommandHooks.Jsii$Default
- All Superinterfaces:
ICommandHooks,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ICommandHooks.Jsii$Proxy
- Enclosing interface:
- ICommandHooks
Internal default implementation for
ICommandHooks.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.go.ICommandHooks
ICommandHooks.Jsii$Default, ICommandHooks.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptionafterBundling(String inputDir, String outputDir) (experimental) Returns commands to run after bundling.beforeBundling(String inputDir, String outputDir) (experimental) Returns commands to run before bundling.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
afterBundling
@Stability(Experimental) @NotNull default List<String> afterBundling(@NotNull String inputDir, @NotNull String outputDir) (experimental) Returns commands to run after bundling.Commands are chained with
&&.- Specified by:
afterBundlingin interfaceICommandHooks- Parameters:
inputDir- This parameter is required.outputDir- This parameter is required.
-
beforeBundling
@Stability(Experimental) @NotNull default List<String> beforeBundling(@NotNull String inputDir, @NotNull String outputDir) (experimental) Returns commands to run before bundling.Commands are chained with
&&.- Specified by:
beforeBundlingin interfaceICommandHooks- Parameters:
inputDir- This parameter is required.outputDir- This parameter is required.
-