@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T19:53:17.430Z") @Stability(value=Experimental) public interface WebSocketRouteIntegrationConfig extends software.amazon.jsii.JsiiSerializable
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.*;
WebSocketRouteIntegrationConfig webSocketRouteIntegrationConfig = WebSocketRouteIntegrationConfig.builder()
.type(WebSocketIntegrationType.AWS_PROXY)
.uri("uri")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebSocketRouteIntegrationConfig.Builder
A builder for
WebSocketRouteIntegrationConfig |
static class |
WebSocketRouteIntegrationConfig.Jsii$Proxy
An implementation for
WebSocketRouteIntegrationConfig |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketRouteIntegrationConfig.Builder |
builder() |
WebSocketIntegrationType |
getType()
(experimental) Integration type.
|
String |
getUri()
(experimental) Integration URI.
|
@Stability(value=Experimental) @NotNull WebSocketIntegrationType getType()
@Stability(value=Experimental) @NotNull String getUri()
@Stability(value=Experimental) static WebSocketRouteIntegrationConfig.Builder builder()
Copyright © 2023. All rights reserved.