@Generated(value="jsii-pacmak/1.42.0 (build 5f6b62c)", date="2021-11-17T10:20:01.599Z") @Stability(value=Experimental) public interface PythonLayerVersionProps extends software.amazon.jsii.JsiiSerializable, LayerVersionOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
PythonLayerVersionProps.Builder
A builder for
PythonLayerVersionProps |
static class |
PythonLayerVersionProps.Jsii$Proxy
An implementation for
PythonLayerVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static PythonLayerVersionProps.Builder |
builder() |
default List<Architecture> |
getCompatibleArchitectures()
(experimental) The system architectures compatible with this layer.
|
default List<Runtime> |
getCompatibleRuntimes()
(experimental) The runtimes compatible with the python layer.
|
String |
getEntry()
(experimental) The path to the root directory of the lambda layer.
|
getDescription, getLayerVersionName, getLicense, getRemovalPolicy@Stability(value=Experimental) @NotNull String getEntry()
@Stability(value=Experimental) @Nullable default List<Architecture> getCompatibleArchitectures()
Default: [Architecture.X86_64]
@Stability(value=Experimental) @Nullable default List<Runtime> getCompatibleRuntimes()
Default: - All runtimes are supported.
@Stability(value=Experimental) static PythonLayerVersionProps.Builder builder()
builder in interface LayerVersionOptionsPythonLayerVersionProps.Builder of PythonLayerVersionPropsCopyright © 2021. All rights reserved.