Interface IHttpApiRef
- All Superinterfaces:
IApiRef,software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IHttpApi,IHttpApi.Jsii$Default,IHttpApiRef.Jsii$Default
- All Known Implementing Classes:
HttpApi,IHttpApi.Jsii$Proxy,IHttpApiRef.Jsii$Proxy
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-23T11:19:39.086Z")
@Stability(Stable)
public interface IHttpApiRef
extends software.amazon.jsii.JsiiSerializable, IApiRef
Represents a reference to an HTTP API.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIHttpApiRef.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsHttpApi
Indicates that this is an HTTP API.Will always return true, but is necessary to prevent accidental structural equality in TypeScript.
-