interface HttpCallProps
Language | Type name |
---|---|
![]() | Amazon.CDK.IntegTests.Alpha.HttpCallProps |
![]() | github.com/aws/aws-cdk-go/awscdkintegtestsalpha/v2#HttpCallProps |
![]() | software.amazon.awscdk.integtests.alpha.HttpCallProps |
![]() | aws_cdk.integ_tests_alpha.HttpCallProps |
![]() | @aws-cdk/integ-tests-alpha » HttpCallProps |
Options for creating an HttpApiCall provider.
Example
declare const stack: Stack;
new HttpApiCall(stack, 'MyAsssertion', {
url: 'https://example-api.com/abc',
});
Properties
Name | Type | Description |
---|---|---|
url | string | The url to fetch. |
fetch | Fetch | Options for fetch. |
url
Type:
string
The url to fetch.
fetchOptions?
Type:
Fetch
(optional)
Options for fetch.