Uses of Interface
software.amazon.awscdk.interfaces.apigatewayv2.IIntegrationRef
Packages that use IIntegrationRef
Package
Description
AWS APIGatewayv2 Construct Library
-
Uses of IIntegrationRef in software.amazon.awscdk.interfaces.apigatewayv2
Subinterfaces of IIntegrationRef in software.amazon.awscdk.interfaces.apigatewayv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIIntegrationRef.Classes in software.amazon.awscdk.interfaces.apigatewayv2 that implement IIntegrationRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IIntegrationRef in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IIntegrationRef in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptioninterfaceRepresents an Integration for an HTTP API.static interfaceInternal default implementation forIHttpIntegration.interfaceRepresents an integration to an API Route.static interfaceInternal default implementation forIIntegration.interfaceRepresents an Integration for an WebSocket API.static interfaceInternal default implementation forIWebSocketIntegration.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IIntegrationRefModifier and TypeClassDescriptionclassTheAWS::ApiGatewayV2::Integrationresource creates an integration for an API.classThe integration for an API route.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classThe integration for an API route.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IIntegrationRefModifier and TypeMethodDescriptionCfnIntegrationResponse.Builder.integrationId(IIntegrationRef integrationId) The integration ID.CfnIntegrationResponseProps.Builder.integrationId(IIntegrationRef integrationId) Sets the value ofCfnIntegrationResponseProps.getIntegrationId()CfnRoute.Builder.target(IIntegrationRef target) The target for the route.CfnRouteProps.Builder.target(IIntegrationRef target) Sets the value ofCfnRouteProps.getTarget()