@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:38.204Z") @Stability(value=Experimental) public interface LayerVersionOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LayerVersionOptions.Builder
A builder for
LayerVersionOptions |
static class |
LayerVersionOptions.Jsii$Proxy
An implementation for
LayerVersionOptions |
| Modifier and Type | Method and Description |
|---|---|
static LayerVersionOptions.Builder |
builder() |
default String |
getDescription()
(experimental) The description the this Lambda Layer.
|
default String |
getLayerVersionName()
(experimental) The name of the layer.
|
default String |
getLicense()
(experimental) The SPDX licence identifier or URL to the license file for this layer.
|
@Stability(value=Experimental) @Nullable default String getDescription()
Default: - No description.
@Stability(value=Experimental) @Nullable default String getLayerVersionName()
Default: - A name will be generated.
@Stability(value=Experimental) @Nullable default String getLicense()
Default: - No license information will be recorded.
@Stability(value=Experimental) static LayerVersionOptions.Builder builder()
LayerVersionOptions.Builder of LayerVersionOptionsCopyright © 2020. All rights reserved.