Interface HttpCallProps

All Superinterfaces:
HttpRequestParameters, software.amazon.jsii.JsiiSerializable, ProviderOptions
All Known Implementing Classes:
HttpCallProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-08-13T16:20:30.187Z") @Stability(Experimental) public interface HttpCallProps extends software.amazon.jsii.JsiiSerializable, HttpRequestParameters, ProviderOptions
(experimental) Options for creating an HttpApiCall provider.

Example:

 Stack stack;
 HttpApiCall.Builder.create(stack, "MyAsssertion")
         .url("https://example-api.com/abc")
         .build();