@Generated(value="jsii-pacmak/1.14.0 (build 729554b)", date="2020-10-29T17:34:18.531Z") @Stability(value=Stable) public interface LayerVersionAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LayerVersionAttributes.Builder
A builder for
LayerVersionAttributes |
static class |
LayerVersionAttributes.Jsii$Proxy
An implementation for
LayerVersionAttributes |
| Modifier and Type | Method and Description |
|---|---|
static LayerVersionAttributes.Builder |
builder() |
default List<Runtime> |
getCompatibleRuntimes()
The list of compatible runtimes with this Layer.
|
String |
getLayerVersionArn()
The ARN of the LayerVersion.
|
@Stability(value=Stable) @NotNull String getLayerVersionArn()
@Stability(value=Stable) @Nullable default List<Runtime> getCompatibleRuntimes()
@Stability(value=Stable) static LayerVersionAttributes.Builder builder()
LayerVersionAttributes.Builder of LayerVersionAttributesCopyright © 2020. All rights reserved.