Interface HttpCallProps
- All Superinterfaces:
HttpRequestParameters,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HttpCallProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-12-01T16:02:33.498Z")
@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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forHttpCallPropsstatic final classAn implementation forHttpCallProps -
Method Summary
Static MethodsMethods inherited from interface software.amazon.awscdk.integtests.alpha.HttpRequestParameters
getFetchOptions, getUrlMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
- Returns:
- a
HttpCallProps.BuilderofHttpCallProps
-