Interface AwsApiCallProps

All Superinterfaces:
AwsApiCallOptions, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AwsApiCallProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-24T10:56:41.762Z") @Stability(Experimental) public interface AwsApiCallProps extends software.amazon.jsii.JsiiSerializable, AwsApiCallOptions
(experimental) Construct that creates a custom resource that will perform a query using the AWS SDK.

Example:

 Stack myAppStack;
 AwsApiCall.Builder.create(myAppStack, "GetObject")
         .service("S3")
         .api("getObject")
         .build();