@Stability(value=Experimental) @Internal public static final class LayerVersionOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LayerVersionOptions
LayerVersionOptionssoftware.amazon.jsii.JsiiObject.InitializationModeLayerVersionOptions.Builder, LayerVersionOptions.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 description,
String layerVersionName,
String license,
RemovalPolicy removalPolicy)
Constructor that initializes the object based on literal property values passed by the
LayerVersionOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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(String description, String layerVersionName, String license, RemovalPolicy removalPolicy)
LayerVersionOptions.Builder.public 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.