Uses of Interface
software.amazon.awscdk.services.apigateway.IRestApiRef
Packages that use IRestApiRef
-
Uses of IRestApiRef in software.amazon.awscdk.services.apigateway
Subinterfaces of IRestApiRef in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptioninterface
static interface
Internal default implementation forIRestApi
.static interface
Internal default implementation forIRestApiRef
.Classes in software.amazon.awscdk.services.apigateway that implement IRestApiRefModifier and TypeClassDescriptionclass
TheAWS::ApiGateway::RestApi
resource creates a REST API.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
Defines an API Gateway REST API with AWS Lambda proxy integration.class
Represents a REST API in Amazon API Gateway.class
Base implementation that are common to various implementations of IRestApi.class
Represents a REST API in Amazon API Gateway, created with an OpenAPI specification.class
Defines an API Gateway REST API with a Synchrounous Express State Machine as a proxy integration.Methods in software.amazon.awscdk.services.apigateway that return IRestApiRefModifier and TypeMethodDescriptionBasePathMappingProps.getRestApi()
The RestApi resource to target.final IRestApiRef
BasePathMappingProps.Jsii$Proxy.getRestApi()
Methods in software.amazon.awscdk.services.apigateway with parameters of type IRestApiRefModifier and TypeMethodDescriptionDomainName.addBasePathMapping
(IRestApiRef targetApi) Maps this domain to an API endpoint.DomainName.addBasePathMapping
(IRestApiRef targetApi, BasePathMappingOptions options) Maps this domain to an API endpoint.void
ApiDefinition.bindAfterCreate
(software.constructs.Construct _scope, IRestApiRef _restApi) Called after the CFN RestApi resource has been created to allow the Api Definition to bind to it.void
AssetApiDefinition.bindAfterCreate
(software.constructs.Construct scope, IRestApiRef restApi) Called after the CFN RestApi resource has been created to allow the Api Definition to bind to it.BasePathMapping.Builder.restApi
(IRestApiRef restApi) The RestApi resource to target.BasePathMappingProps.Builder.restApi
(IRestApiRef restApi) Sets the value ofBasePathMappingProps.getRestApi()