@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-23T19:56:53.641Z") @Stability(value=Stable) public interface CfnLayerVersionProps 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.sam.*;
CfnLayerVersionProps cfnLayerVersionProps = CfnLayerVersionProps.builder()
.compatibleRuntimes(List.of("compatibleRuntimes"))
.contentUri("contentUri")
.description("description")
.layerName("layerName")
.licenseInfo("licenseInfo")
.retentionPolicy("retentionPolicy")
.build();
| 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> |
getCompatibleRuntimes()
`AWS::Serverless::LayerVersion.CompatibleRuntimes`.
|
default Object |
getContentUri()
`AWS::Serverless::LayerVersion.ContentUri`.
|
default String |
getDescription()
`AWS::Serverless::LayerVersion.Description`.
|
default String |
getLayerName()
`AWS::Serverless::LayerVersion.LayerName`.
|
default String |
getLicenseInfo()
`AWS::Serverless::LayerVersion.LicenseInfo`.
|
default String |
getRetentionPolicy()
`AWS::Serverless::LayerVersion.RetentionPolicy`.
|
@Stability(value=Stable) @Nullable default List<String> getCompatibleRuntimes()
@Stability(value=Stable) @Nullable default Object getContentUri()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getLayerName()
@Stability(value=Stable) @Nullable default String getLicenseInfo()
@Stability(value=Stable) @Nullable default String getRetentionPolicy()
@Stability(value=Stable) static CfnLayerVersionProps.Builder builder()
CfnLayerVersionProps.Builder of CfnLayerVersionPropsCopyright © 2022. All rights reserved.