-
(experimental) Bundling options to use for this function.
PythonLayerVersion.Builder.compatibleArchitectures(List<? extends software.amazon.awscdk.services.lambda.Architecture> compatibleArchitectures)
(experimental) The system architectures compatible with this layer.
PythonLayerVersion.Builder.compatibleRuntimes(List<? extends software.amazon.awscdk.services.lambda.Runtime> compatibleRuntimes)
(experimental) The runtimes compatible with the python layer.
PythonLayerVersion.Builder.create(software.amazon.awscdk.core.Construct scope,
String id)
The description the this Lambda Layer.
(experimental) The path to the root directory of the lambda layer.
The SPDX licence identifier or URL to the license file for this layer.
PythonLayerVersion.Builder.removalPolicy(software.amazon.awscdk.core.RemovalPolicy removalPolicy)
Whether to retain this version of the layer when a new version is added or when the stack is deleted.