Interface IWebSocketApiRef
- All Superinterfaces:
IApiRef,software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IWebSocketApi,IWebSocketApi.Jsii$Default,IWebSocketApiRef.Jsii$Default
- All Known Implementing Classes:
IWebSocketApi.Jsii$Proxy,IWebSocketApiRef.Jsii$Proxy,WebSocketApi
@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)",
date="2026-02-03T13:58:15.035Z")
@Stability(Stable)
public interface IWebSocketApiRef
extends software.amazon.jsii.JsiiSerializable, IApiRef
Represents a reference to an HTTP API.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIWebSocketApiRef.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionIndicates that this is a WebSocket API.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
-
getIsWebsocketApi
Indicates that this is a WebSocket API.Will always return true, but is necessary to prevent accidental structural equality in TypeScript.
-