Uses of Interface
software.amazon.awscdk.services.lambda.python.alpha.BundlingOptions
Packages that use BundlingOptions
Package
Description
Amazon Lambda Python Library
-
Uses of BundlingOptions in software.amazon.awscdk.services.lambda.python.alpha
Classes in software.amazon.awscdk.services.lambda.python.alpha that implement BundlingOptionsMethods in software.amazon.awscdk.services.lambda.python.alpha that return BundlingOptionsModifier and TypeMethodDescriptionBundlingOptions.Builder.build()Builds the configured instance.default BundlingOptionsPythonFunctionProps.getBundling()(experimental) Bundling options to use for this function.final BundlingOptionsPythonFunctionProps.Jsii$Proxy.getBundling()default BundlingOptionsPythonLayerVersionProps.getBundling()(experimental) Bundling options to use for this function.final BundlingOptionsPythonLayerVersionProps.Jsii$Proxy.getBundling()Methods in software.amazon.awscdk.services.lambda.python.alpha with parameters of type BundlingOptionsModifier and TypeMethodDescriptionPythonFunction.Builder.bundling(BundlingOptions bundling) (experimental) Bundling options to use for this function.PythonFunctionProps.Builder.bundling(BundlingOptions bundling) Sets the value ofPythonFunctionProps.getBundling()PythonLayerVersion.Builder.bundling(BundlingOptions bundling) (experimental) Bundling options to use for this function.PythonLayerVersionProps.Builder.bundling(BundlingOptions bundling) Sets the value ofPythonLayerVersionProps.getBundling()