@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.540Z") @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.
|
default RemovalPolicy |
getRemovalPolicy()
(experimental) Whether to retain this version of the layer when a new version is added or when the stack is deleted.
|
@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) @Nullable default RemovalPolicy getRemovalPolicy()
Default: RemovalPolicy.DESTROY
@Stability(value=Experimental) static LayerVersionOptions.Builder builder()
LayerVersionOptions.Builder of LayerVersionOptionsCopyright © 2021. All rights reserved.