Class WebSocketMockIntegration

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.WebSocketRouteIntegration
software.amazon.awscdk.services.apigatewayv2.integrations.WebSocketMockIntegration
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:45.693Z") @Stability(Experimental) public class WebSocketMockIntegration extends WebSocketRouteIntegration
(experimental) Mock WebSocket Integration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.apigatewayv2.integrations.*;
 WebSocketMockIntegration webSocketMockIntegration = new WebSocketMockIntegration("id");
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    WebSocketMockIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    WebSocketMockIntegration(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) Bind this integration to the route.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • WebSocketMockIntegration

      protected WebSocketMockIntegration(software.amazon.jsii.JsiiObjectRef objRef)
    • WebSocketMockIntegration

      protected WebSocketMockIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • WebSocketMockIntegration

      @Stability(Experimental) public WebSocketMockIntegration(@NotNull String id)
      Parameters:
      id - id of the underlying integration construct. This parameter is required.
  • Method Details