| Modifier and Type | Method and Description |
|---|---|
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.bundling(BundlingOptions bundling)
(experimental) Bundling options to use for this function.
|
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.compatibleArchitectures(List<? extends Architecture> compatibleArchitectures)
(experimental) The system architectures compatible with this layer.
|
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
(experimental) The runtimes compatible with the python layer.
|
static PythonLayerVersion.Builder |
PythonLayerVersion.Builder.create(software.constructs.Construct scope,
String id) |
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.description(String description)
The description the this Lambda Layer.
|
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.entry(String entry)
(experimental) The path to the root directory of the lambda layer.
|
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.layerVersionName(String layerVersionName)
The name of the layer.
|
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.license(String license)
The SPDX licence identifier or URL to the license file for this layer.
|
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.removalPolicy(RemovalPolicy removalPolicy)
Whether to retain this version of the layer when a new version is added or when the stack is deleted.
|
Copyright © 2022. All rights reserved.