Interface IHttpIntegration

All Superinterfaces:
IConstruct, software.constructs.IConstruct, IDependable, IIntegration, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IHttpIntegration.Jsii$Default
All Known Implementing Classes:
HttpIntegration, IHttpIntegration.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:43.299Z") @Stability(Experimental) public interface IHttpIntegration extends software.amazon.jsii.JsiiSerializable, IIntegration
(experimental) Represents an Integration for an HTTP API.
  • Method Details

    • getHttpApi

      @Stability(Experimental) @NotNull IHttpApi getHttpApi()
      (experimental) The HTTP API associated with this integration.