@Stability(value=Experimental) @Internal public static final class PythonLayerVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PythonLayerVersionProps
PythonLayerVersionPropssoftware.amazon.jsii.JsiiObject.InitializationModePythonLayerVersionProps.Builder, PythonLayerVersionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String entry,
List<? extends Runtime> compatibleRuntimes,
String description,
String layerVersionName,
String license,
RemovalPolicy removalPolicy)
Constructor that initializes the object based on literal property values passed by the
PythonLayerVersionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<Runtime> |
getCompatibleRuntimes()
(experimental) The runtimes compatible with the python layer.
|
String |
getDescription() |
String |
getEntry()
(experimental) The path to the root directory of the lambda layer.
|
String |
getLayerVersionName() |
String |
getLicense() |
RemovalPolicy |
getRemovalPolicy() |
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String entry, List<? extends Runtime> compatibleRuntimes, String description, String layerVersionName, String license, RemovalPolicy removalPolicy)
PythonLayerVersionProps.Builder.public final String getEntry()
PythonLayerVersionPropsgetEntry in interface PythonLayerVersionPropspublic final List<Runtime> getCompatibleRuntimes()
PythonLayerVersionPropsDefault: - All runtimes are supported.
getCompatibleRuntimes in interface PythonLayerVersionPropspublic final String getDescription()
getDescription in interface LayerVersionOptionspublic final String getLayerVersionName()
getLayerVersionName in interface LayerVersionOptionspublic final String getLicense()
getLicense in interface LayerVersionOptionspublic final RemovalPolicy getRemovalPolicy()
getRemovalPolicy in interface LayerVersionOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.