Class WebSocketMockIntegration

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

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-30T02:11:01.731Z") @Stability(Stable) public class WebSocketMockIntegration extends WebSocketRouteIntegration
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.aws_apigatewayv2_integrations.*;
 WebSocketMockIntegration webSocketMockIntegration = new WebSocketMockIntegration("id");
 
  • Constructor Details

    • WebSocketMockIntegration

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

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

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