Uses of Interface
software.amazon.awscdk.services.lambda.CustomCommandOptions
-
Uses of CustomCommandOptions in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionCustomCommandOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic AssetCode
Code.fromCustomCommand
(String output, List<String> command, CustomCommandOptions options) Runs a command to build the code asset that will be used.