Interface HttpCallProps

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

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-02T15:58:35.147Z") @Stability(Experimental) public interface HttpCallProps extends software.amazon.jsii.JsiiSerializable, HttpRequestParameters
(experimental) Options for creating an HttpApiCall provider.

Example:

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