@aws-cdk_aws-apigatewayv2-alpha.WebSocketRouteIntegrationConfig
interface WebSocketRouteIntegrationConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Apigatewayv2.Alpha.WebSocketRouteIntegrationConfig |
![]() | github.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#WebSocketRouteIntegrationConfig |
![]() | software.amazon.awscdk.services.apigatewayv2.alpha.WebSocketRouteIntegrationConfig |
![]() | aws_cdk.aws_apigatewayv2_alpha.WebSocketRouteIntegrationConfig |
![]() | @aws-cdk/aws-apigatewayv2-alpha ยป WebSocketRouteIntegrationConfig |
Obtainable from
Web
.bind()
, Web
.bind()
, Web
.bind()
Config returned back as a result of the bind.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigatewayv2_alpha from '@aws-cdk/aws-apigatewayv2-alpha';
const webSocketRouteIntegrationConfig: apigatewayv2_alpha.WebSocketRouteIntegrationConfig = {
type: apigatewayv2_alpha.WebSocketIntegrationType.AWS_PROXY,
uri: 'uri',
};
Properties
Name | Type | Description |
---|---|---|
type | Web | Integration type. |
uri | string | Integration URI. |
type
Type:
Web
Integration type.
uri
Type:
string
Integration URI.