Interface HttpCallProps

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

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-06-11T16:22:05.441Z") @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();