@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-14T20:30:54.628Z") @Stability(value=Experimental) public class WebSocketMockIntegration extends WebSocketRouteIntegration
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");
| Modifier | Constructor and Description |
|---|---|
protected |
WebSocketMockIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
WebSocketMockIntegration(software.amazon.jsii.JsiiObjectRef objRef) |
|
WebSocketMockIntegration(String id) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketRouteIntegrationConfig |
bind(WebSocketRouteIntegrationBindOptions options)
(experimental) Bind this integration to the route.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected WebSocketMockIntegration(software.amazon.jsii.JsiiObjectRef objRef)
protected WebSocketMockIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public WebSocketMockIntegration(@NotNull
String id)
id - id of the underlying integration construct. This parameter is required.@Stability(value=Experimental) @NotNull public WebSocketRouteIntegrationConfig bind(@NotNull WebSocketRouteIntegrationBindOptions options)
bind in class WebSocketRouteIntegrationoptions - This parameter is required.Copyright © 2022. All rights reserved.