Interface AwsApiCallProps
- All Superinterfaces:
AwsApiCallOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AwsApiCallProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:51.020Z")
@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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAwsApiCallPropsstatic final classAn implementation forAwsApiCallProps -
Method Summary
Static MethodsMethods inherited from interface software.amazon.awscdk.integtests.alpha.AwsApiCallOptions
getApi, getOutputPaths, getParameters, getServiceMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
- Returns:
- a
AwsApiCallProps.BuilderofAwsApiCallProps
-