@Stability(value=Experimental) @Internal public static final class LayerVersionOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LayerVersionOptions
LayerVersionOptions
software.amazon.jsii.JsiiObject.InitializationMode
LayerVersionOptions.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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()
LayerVersionOptions
Default: - No description.
getDescription
in interface LayerVersionOptions
public final String getLayerVersionName()
LayerVersionOptions
Default: - A name will be generated.
getLayerVersionName
in interface LayerVersionOptions
public final String getLicense()
LayerVersionOptions
Default: - No license information will be recorded.
getLicense
in interface LayerVersionOptions
public final RemovalPolicy getRemovalPolicy()
LayerVersionOptions
Default: RemovalPolicy.DESTROY
getRemovalPolicy
in interface LayerVersionOptions
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.