@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.261Z") @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> |
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 CfnLayerVersionProps
Copyright © 2021. All rights reserved.