Interface IHttpApiRef
Represents a reference to an HTTP API.
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IHttpApiRef : IApiRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IHttpApiRef Inherits IApiRef, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| IsHttpApi | Indicates that this is an HTTP API. |
Properties
IsHttpApi
Indicates that this is an HTTP API.
bool IsHttpApi { get; }
Property Value
Remarks
Will always return true, but is necessary to prevent accidental structural equality in TypeScript.