| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda.python |
Amazon Lambda Python Library
|
| 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)
(experimental) 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)
(experimental) The name of the layer.
|
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.license(String license)
(experimental) The SPDX licence identifier or URL to the license file for this layer.
|
PythonLayerVersion.Builder |
PythonLayerVersion.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Whether to retain this version of the layer when a new version is added or when the stack is deleted.
|
Copyright © 2021. All rights reserved.