Uses of Enum
software.amazon.awscdk.BundlingFileAccess
Packages that use BundlingFileAccess
Package
Description
AWS Cloud Development Kit Library
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python 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 type with the specified name.static BundlingFileAccess[]BundlingFileAccess.values()Returns an array containing the constants of this enum type, 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.go.alpha
Methods in software.amazon.awscdk.services.lambda.go.alpha that return BundlingFileAccessModifier and TypeMethodDescriptiondefault BundlingFileAccessBundlingOptions.getBundlingFileAccess()(experimental) 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.go.alpha 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() -
Uses of BundlingFileAccess in software.amazon.awscdk.services.lambda.python.alpha
Methods in software.amazon.awscdk.services.lambda.python.alpha that return BundlingFileAccessModifier and TypeMethodDescriptiondefault BundlingFileAccessBundlingOptions.getBundlingFileAccess()(experimental) 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.python.alpha with parameters of type BundlingFileAccessModifier and TypeMethodDescriptionBundlingOptions.Builder.bundlingFileAccess(BundlingFileAccess bundlingFileAccess) Sets the value ofBundlingOptions.getBundlingFileAccess()