@Generated(value="jsii-pacmak/1.14.0 (build 729554b)", date="2020-10-29T17:34:18.532Z") @Stability(value=Stable) 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()
The description the this Lambda Layer.
|
default String |
getLayerVersionName()
The name of the layer.
|
default String |
getLicense()
The SPDX licence identifier or URL to the license file for this layer.
|
@Stability(value=Stable) @Nullable default String getDescription()
Default: - No description.
@Stability(value=Stable) @Nullable default String getLayerVersionName()
Default: - A name will be generated.
@Stability(value=Stable) @Nullable default String getLicense()
Default: - No license information will be recorded.
@Stability(value=Stable) static LayerVersionOptions.Builder builder()
LayerVersionOptions.Builder of LayerVersionOptionsCopyright © 2020. All rights reserved.