Show / Hide Table of Contents

Interface ILayerVersionReference

A reference to a LayerVersion resource.

Namespace: Amazon.CDK.Interfaces.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILayerVersionReference
Syntax (vb)
Public Interface 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.Interfaces.SAM;

            var layerVersionReference = new LayerVersionReference { };

Synopsis

Back to top Generated by DocFX