| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketIntegrationType |
WebSocketIntegrationProps.getIntegrationType()
(experimental) Integration type.
|
WebSocketIntegrationType |
WebSocketIntegrationProps.Jsii$Proxy.getIntegrationType() |
WebSocketIntegrationType |
WebSocketRouteIntegrationConfig.getType()
(experimental) Integration type.
|
WebSocketIntegrationType |
WebSocketRouteIntegrationConfig.Jsii$Proxy.getType() |
static WebSocketIntegrationType |
WebSocketIntegrationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSocketIntegrationType[] |
WebSocketIntegrationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketIntegrationProps.Builder |
WebSocketIntegrationProps.Builder.integrationType(WebSocketIntegrationType integrationType)
Sets the value of
WebSocketIntegrationProps.getIntegrationType() |
WebSocketIntegration.Builder |
WebSocketIntegration.Builder.integrationType(WebSocketIntegrationType integrationType)
(experimental) Integration type.
|
WebSocketRouteIntegrationConfig.Builder |
WebSocketRouteIntegrationConfig.Builder.type(WebSocketIntegrationType type)
Sets the value of
WebSocketRouteIntegrationConfig.getType() |
| Constructor and Description |
|---|
Jsii$Proxy(WebSocketIntegrationType type,
String uri)
Constructor that initializes the object based on literal property values passed by the
WebSocketRouteIntegrationConfig.Builder. |
Jsii$Proxy(WebSocketIntegrationType integrationType,
String integrationUri,
IWebSocketApi webSocketApi)
Constructor that initializes the object based on literal property values passed by the
WebSocketIntegrationProps.Builder. |
Copyright © 2021. All rights reserved.