@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.590Z") @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 © 2021. All rights reserved.