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();
-
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$toJsonMethods inherited from interface software.amazon.awscdk.integtests.alpha.ProviderOptions
getProviderLogLevel
-
Method Details
-
builder
- Returns:
- a
HttpCallProps.BuilderofHttpCallProps
-