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