Uses of Enum Class
software.amazon.awscdk.BundlingFileAccess
Packages that use BundlingFileAccess
Package
Description
AWS Cloud Development Kit Library
Amazon Lambda Node.js Library
-
Uses of BundlingFileAccess in software.amazon.awscdk
Methods in software.amazon.awscdk that return BundlingFileAccessModifier and TypeMethodDescriptiondefault BundlingFileAccessBundlingOptions.getBundlingFileAccess()The access mechanism used to make source files available to the bundling container and to return the bundling output back to the host.final BundlingFileAccessBundlingOptions.Jsii$Proxy.getBundlingFileAccess()static BundlingFileAccessReturns the enum constant of this class with the specified name.static BundlingFileAccess[]BundlingFileAccess.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk with parameters of type BundlingFileAccessModifier and TypeMethodDescriptionBundlingOptions.Builder.bundlingFileAccess(BundlingFileAccess bundlingFileAccess) Sets the value ofBundlingOptions.getBundlingFileAccess() -
Uses of BundlingFileAccess in software.amazon.awscdk.services.lambda.nodejs
Methods in software.amazon.awscdk.services.lambda.nodejs that return BundlingFileAccessModifier and TypeMethodDescriptiondefault BundlingFileAccessBundlingOptions.getBundlingFileAccess()Which option to use to copy the source files to the docker container and output files back.final BundlingFileAccessBundlingOptions.Jsii$Proxy.getBundlingFileAccess()Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type BundlingFileAccessModifier and TypeMethodDescriptionBundlingOptions.Builder.bundlingFileAccess(BundlingFileAccess bundlingFileAccess) Sets the value ofBundlingOptions.getBundlingFileAccess()