@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-10T17:05:56.579Z") @Stability(value=Stable) public interface LayerVersionAttributes extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lambda.*;
Runtime runtime;
LayerVersionAttributes layerVersionAttributes = LayerVersionAttributes.builder()
.layerVersionArn("layerVersionArn")
// the properties below are optional
.compatibleRuntimes(List.of(runtime))
.build();
| 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 © 2023. All rights reserved.