Interface ICfnLayerVersionProps
Properties for defining a CfnLayerVersion.
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnLayerVersionProps
Syntax (vb)
Public Interface ICfnLayerVersionProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SAM;
var cfnLayerVersionProps = new CfnLayerVersionProps {
CompatibleRuntimes = new [] { "compatibleRuntimes" },
ContentUri = "contentUri",
Description = "description",
LayerName = "layerName",
LicenseInfo = "licenseInfo",
RetentionPolicy = "retentionPolicy"
};
Synopsis
Properties
| CompatibleRuntimes | Properties for defining a |
| ContentUri | Properties for defining a |
| Description | Properties for defining a |
| LayerName | Properties for defining a |
| LicenseInfo | Properties for defining a |
| RetentionPolicy | Properties for defining a |
Properties
CompatibleRuntimes
Properties for defining a CfnLayerVersion.
string[]? CompatibleRuntimes { get; }
Property Value
string[]
Remarks
ContentUri
Properties for defining a CfnLayerVersion.
object? ContentUri { get; }
Property Value
Remarks
Description
Properties for defining a CfnLayerVersion.
string? Description { get; }
Property Value
Remarks
LayerName
Properties for defining a CfnLayerVersion.
string? LayerName { get; }
Property Value
Remarks
LicenseInfo
Properties for defining a CfnLayerVersion.
string? LicenseInfo { get; }
Property Value
Remarks
RetentionPolicy
Properties for defining a CfnLayerVersion.
string? RetentionPolicy { get; }