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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IHttpApiRef.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Indicates that this is an HTTP API.

    Methods inherited from interface software.amazon.awscdk.interfaces.apigatewayv2.IApiRef

    getApiRef

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware

    getEnv

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getIsHttpApi

      @Stability(Stable) @NotNull Boolean getIsHttpApi()
      Indicates that this is an HTTP API.

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