| Modifier and Type | Method and Description |
|---|---|
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
(experimental) The runtimes compatible with the python layer.
|
static PythonLayerVersion.Builder |
PythonLayerVersion.Builder.create(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.
|
Copyright © 2021. All rights reserved.