Uses of Enum
software.amazon.awscdk.services.lambda.nodejs.SourceMapMode
Packages that use SourceMapMode
-
Uses of SourceMapMode in software.amazon.awscdk.services.lambda.nodejs
Methods in software.amazon.awscdk.services.lambda.nodejs that return SourceMapModeModifier and TypeMethodDescriptiondefault SourceMapModeBundlingOptions.getSourceMapMode()Source map mode to be used when bundling.final SourceMapModeBundlingOptions.Jsii$Proxy.getSourceMapMode()static SourceMapModeReturns the enum constant of this type with the specified name.static SourceMapMode[]SourceMapMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type SourceMapModeModifier and TypeMethodDescriptionBundlingOptions.Builder.sourceMapMode(SourceMapMode sourceMapMode) Sets the value ofBundlingOptions.getSourceMapMode()