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 RestApiModifier and TypeMethodDescriptionRestApi.Builder.build()IResource.getRestApi()Deprecated.default RestApiIResource.Jsii$Default.getRestApi()Deprecated.Throws an error if this Resource is not associated with an instance ofRestApi.final RestApiIResource.Jsii$Proxy.getRestApi()Deprecated.Throws an error if this Resource is not associated with an instance ofRestApi.Method.getRestApi()Deprecated.Throws an error if this Resource is not associated with an instance ofRestApi.Resource.getRestApi()Deprecated.Throws an error if this Resource is not associated with an instance ofRestApi.abstract RestApiResourceBase.getRestApi()Deprecated.Throws an error if this Resource is not associated with an instance ofRestApi. -
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)
RestApi.