Class LayerVersionReference
A reference to a LayerVersion resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LayerVersionReference : ILayerVersionReference
Syntax (vb)
Public Class LayerVersionReference Implements ILayerVersionReference
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 layerVersionReference = new LayerVersionReference { };
Synopsis
Constructors
LayerVersionReference() | A reference to a LayerVersion resource. |
Constructors
LayerVersionReference()
A reference to a LayerVersion resource.
public LayerVersionReference()
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 layerVersionReference = new LayerVersionReference { };