Show / Hide Table of Contents

Interface IHttpApiRef

Represents a reference to an HTTP API.

Inherited Members
IApiRef.ApiRef
IEnvironmentAware.Env
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

bool

Remarks

Will always return true, but is necessary to prevent accidental structural equality in TypeScript.

Back to top Generated by DocFX