Interface IWebSocketApiRef.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, IWebSocketApiRef, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IWebSocketApi.Jsii$Default
All Known Implementing Classes:
IWebSocketApi.Jsii$Proxy, IWebSocketApiRef.Jsii$Proxy
Enclosing interface:
IWebSocketApiRef

@Internal public static interface IWebSocketApiRef.Jsii$Default extends IWebSocketApiRef, IApiRef.Jsii$Default
Internal default implementation for IWebSocketApiRef.
  • 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.IWebSocketApiRef

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

    Modifier and Type
    Method
    Description
    default Boolean
    Indicates that this is a WebSocket 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

    • getIsWebsocketApi

      @Stability(Stable) @NotNull default Boolean getIsWebsocketApi()
      Indicates that this is a WebSocket API.

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

      Specified by:
      getIsWebsocketApi in interface IWebSocketApiRef