@aws-cdk_aws-apigatewayv2-alpha.WebSocketRouteIntegrationConfig

interface WebSocketRouteIntegrationConfig ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Apigatewayv2.Alpha.WebSocketRouteIntegrationConfig
Gogithub.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#WebSocketRouteIntegrationConfig
Javasoftware.amazon.awscdk.services.apigatewayv2.alpha.WebSocketRouteIntegrationConfig
Pythonaws_cdk.aws_apigatewayv2_alpha.WebSocketRouteIntegrationConfig
TypeScript (source)@aws-cdk/aws-apigatewayv2-alpha ยป WebSocketRouteIntegrationConfig

Obtainable from WebSocketRouteIntegration.bind(), WebSocketLambdaIntegration.bind(), WebSocketMockIntegration.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

NameTypeDescription
type๐Ÿ”นWebSocketIntegrationTypeIntegration type.
uri๐Ÿ”นstringIntegration URI.

type๐Ÿ”น

Type: WebSocketIntegrationType

Integration type.


uri๐Ÿ”น

Type: string

Integration URI.