| 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 |
|---|---|
WebSocketIntegration.Builder |
WebSocketIntegration.Builder.integrationType(WebSocketIntegrationType integrationType)
(experimental) Integration type.
|
WebSocketIntegrationProps.Builder |
WebSocketIntegrationProps.Builder.integrationType(WebSocketIntegrationType integrationType)
Sets the value of
WebSocketIntegrationProps.getIntegrationType() |
WebSocketRouteIntegrationConfig.Builder |
WebSocketRouteIntegrationConfig.Builder.type(WebSocketIntegrationType type)
Sets the value of
WebSocketRouteIntegrationConfig.getType() |
Copyright © 2022. All rights reserved.