@Stability(value=Experimental) @Internal public static final class LayerVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LayerVersionProps
LayerVersionPropssoftware.amazon.jsii.JsiiObject.InitializationModeLayerVersionProps.Builder, LayerVersionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Code code,
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
LayerVersionProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Code |
getCode()
(experimental) The content of this Layer.
|
List<Runtime> |
getCompatibleRuntimes()
(experimental) The runtimes compatible with this Layer.
|
String |
getDescription()
(experimental) The description the this Lambda Layer.
|
String |
getLayerVersionName()
(experimental) The name of the layer.
|
String |
getLicense()
(experimental) The SPDX licence identifier or URL to the license file for this layer.
|
RemovalPolicy |
getRemovalPolicy()
(experimental) Whether to retain this version of the layer when a new version is added or when the stack is deleted.
|
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(Code code, List<? extends Runtime> compatibleRuntimes, String description, String layerVersionName, String license, RemovalPolicy removalPolicy)
LayerVersionProps.Builder.public final Code getCode()
LayerVersionProps
Using Code.fromInline is not supported.
getCode in interface LayerVersionPropspublic final List<Runtime> getCompatibleRuntimes()
LayerVersionPropsDefault: - All runtimes are supported.
getCompatibleRuntimes in interface LayerVersionPropspublic final String getDescription()
LayerVersionOptionsDefault: - No description.
getDescription in interface LayerVersionOptionspublic final String getLayerVersionName()
LayerVersionOptionsDefault: - A name will be generated.
getLayerVersionName in interface LayerVersionOptionspublic final String getLicense()
LayerVersionOptionsDefault: - No license information will be recorded.
getLicense in interface LayerVersionOptionspublic final RemovalPolicy getRemovalPolicy()
LayerVersionOptionsDefault: RemovalPolicy.DESTROY
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.