@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T19:53:17.429Z") @Stability(value=Experimental) public class WebSocketIntegration extends Resource implements IWebSocketIntegration
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.alpha.*;
WebSocketApi webSocketApi;
WebSocketIntegration webSocketIntegration = WebSocketIntegration.Builder.create(this, "MyWebSocketIntegration")
.integrationType(WebSocketIntegrationType.AWS_PROXY)
.integrationUri("integrationUri")
.webSocketApi(webSocketApi)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
WebSocketIntegration.Builder
(experimental) A fluent builder for
WebSocketIntegration. |
software.amazon.jsii.JsiiObject.InitializationModeIWebSocketIntegration.Jsii$Default, IWebSocketIntegration.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
WebSocketIntegration(software.constructs.Construct scope,
String id,
WebSocketIntegrationProps props) |
protected |
WebSocketIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
WebSocketIntegration(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIntegrationId()
(experimental) Id of the integration.
|
IWebSocketApi |
getWebSocketApi()
(experimental) The WebSocket API associated with this integration.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackprotected WebSocketIntegration(software.amazon.jsii.JsiiObjectRef objRef)
protected WebSocketIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public WebSocketIntegration(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
WebSocketIntegrationProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public String getIntegrationId()
getIntegrationId in interface IIntegration@Stability(value=Experimental) @NotNull public IWebSocketApi getWebSocketApi()
getWebSocketApi in interface IWebSocketIntegrationCopyright © 2023. All rights reserved.