Interface IHttpApiRef.Jsii$Default

All Superinterfaces:
IApiRef, IApiRef.Jsii$Default, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IHttpApiRef, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IHttpApi.Jsii$Default
All Known Implementing Classes:
IHttpApi.Jsii$Proxy, IHttpApiRef.Jsii$Proxy
Enclosing interface:
IHttpApiRef

@Internal public static interface IHttpApiRef.Jsii$Default extends IHttpApiRef, IApiRef.Jsii$Default
Internal default implementation for IHttpApiRef.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.apigatewayv2.IApiRef

    IApiRef.Jsii$Default, IApiRef.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.constructs.IDependable

    software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware

    IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpApiRef

    IHttpApiRef.Jsii$Default, IHttpApiRef.Jsii$Proxy
  • Method Summary

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

    Methods inherited from interface software.amazon.awscdk.interfaces.apigatewayv2.IApiRef.Jsii$Default

    getApiRef

    Methods inherited from interface software.constructs.IConstruct.Jsii$Default

    getNode

    Methods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default

    getEnv

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getIsHttpApi

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

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

      Specified by:
      getIsHttpApi in interface IHttpApiRef