Uses of Interface
software.amazon.awscdk.services.lambda.python.BundlingOptions
-
Uses of BundlingOptions in software.amazon.awscdk.services.lambda.python
Modifier and TypeMethodDescriptionBundlingOptions.Builder.build()
Builds the configured instance.default BundlingOptions
PythonFunctionProps.getBundling()
(experimental) Bundling options to use for this function.final BundlingOptions
PythonFunctionProps.Jsii$Proxy.getBundling()
default BundlingOptions
PythonLayerVersionProps.getBundling()
(experimental) Bundling options to use for this function.final BundlingOptions
PythonLayerVersionProps.Jsii$Proxy.getBundling()
Modifier 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()