Uses of Class
software.amazon.awscdk.services.apigateway.RestApi
Packages that use RestApi
Package
Description
Amazon API Gateway Construct Library
CloudFront Origins for the CDK CloudFront Library
Event Targets for Amazon EventBridge
-
Uses of RestApi in software.amazon.awscdk.services.apigateway
Subclasses of RestApi in software.amazon.awscdk.services.apigatewayModifier and TypeClassDescriptionclassDefines an API Gateway REST API with AWS Lambda proxy integration.classDefines an API Gateway REST API with a Synchrounous Express State Machine as a proxy integration.Methods in software.amazon.awscdk.services.apigateway that return RestApi -
Uses of RestApi in software.amazon.awscdk.services.cloudfront.origins
Methods in software.amazon.awscdk.services.cloudfront.origins with parameters of type RestApiConstructors in software.amazon.awscdk.services.cloudfront.origins with parameters of type RestApiModifierConstructorDescriptionRestApiOrigin(RestApi restApi) RestApiOrigin(RestApi restApi, RestApiOriginProps props) -
Uses of RestApi in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets that return RestApiMethods in software.amazon.awscdk.services.events.targets with parameters of type RestApiConstructors in software.amazon.awscdk.services.events.targets with parameters of type RestApiModifierConstructorDescriptionApiGateway(RestApi restApi) ApiGateway(RestApi restApi, ApiGatewayProps props)