@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:46.301Z") 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.*; 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 . |
IWebSocketIntegration.Jsii$Default, IWebSocketIntegration.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
WebSocketIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
WebSocketIntegration(software.amazon.jsii.JsiiObjectRef objRef) |
|
WebSocketIntegration(software.constructs.Construct scope,
java.lang.String id,
WebSocketIntegrationProps props) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIntegrationId()
(experimental) Id of the integration.
|
IWebSocketApi |
getWebSocketApi()
(experimental) The WebSocket API associated with this integration.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyRemovalPolicy, getEnv, getStack
getNode
protected WebSocketIntegration(software.amazon.jsii.JsiiObjectRef objRef)
protected WebSocketIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public WebSocketIntegration(software.constructs.Construct scope, java.lang.String id, WebSocketIntegrationProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.public java.lang.String getIntegrationId()
getIntegrationId
in interface IIntegration
public IWebSocketApi getWebSocketApi()
getWebSocketApi
in interface IWebSocketIntegration