@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.491Z") @Stability(value=Stable) public interface CfnLayerVersionProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLayerVersionProps.Builder
A builder for
CfnLayerVersionProps |
static class |
CfnLayerVersionProps.Jsii$Proxy
An implementation for
CfnLayerVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLayerVersionProps.Builder |
builder() |
default List<String> |
getCompatibleArchitectures()
`AWS::Lambda::LayerVersion.CompatibleArchitectures`.
|
default List<String> |
getCompatibleRuntimes()
`AWS::Lambda::LayerVersion.CompatibleRuntimes`.
|
Object |
getContent()
`AWS::Lambda::LayerVersion.Content`.
|
default String |
getDescription()
`AWS::Lambda::LayerVersion.Description`.
|
default String |
getLayerName()
`AWS::Lambda::LayerVersion.LayerName`.
|
default String |
getLicenseInfo()
`AWS::Lambda::LayerVersion.LicenseInfo`.
|
@Stability(value=Stable) @NotNull Object getContent()
@Stability(value=Stable) @Nullable default List<String> getCompatibleArchitectures()
@Stability(value=Stable) @Nullable default List<String> getCompatibleRuntimes()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getLayerName()
@Stability(value=Stable) @Nullable default String getLicenseInfo()
@Stability(value=Stable) static CfnLayerVersionProps.Builder builder()
CfnLayerVersionProps.Builder of CfnLayerVersionPropsCopyright © 2021. All rights reserved.