@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.598Z") @Stability(value=Experimental) public interface CallApiGatewayRestApiEndpointProps extends software.amazon.jsii.JsiiSerializable, CallApiGatewayEndpointBaseProps
Example:
import software.amazon.awscdk.core.*;
RestApi restApi = new RestApi(this, "MyRestApi");
CallApiGatewayRestApiEndpoint invokeTask = CallApiGatewayRestApiEndpoint.Builder.create(this, "Call REST API")
.api(restApi)
.stageName("prod")
.method(HttpMethod.GET)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CallApiGatewayRestApiEndpointProps.Builder
A builder for
CallApiGatewayRestApiEndpointProps |
static class |
CallApiGatewayRestApiEndpointProps.Jsii$Proxy
An implementation for
CallApiGatewayRestApiEndpointProps |
| Modifier and Type | Method and Description |
|---|---|
static CallApiGatewayRestApiEndpointProps.Builder |
builder() |
IRestApi |
getApi()
(experimental) API to call.
|
String |
getStageName()
(experimental) Name of the stage where the API is deployed to in API Gateway.
|
getApiPath, getAuthType, getHeaders, getMethod, getQueryParameters, getRequestBodygetComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Experimental) @NotNull IRestApi getApi()
@Stability(value=Experimental) @NotNull String getStageName()
@Stability(value=Experimental) static CallApiGatewayRestApiEndpointProps.Builder builder()
builder in interface CallApiGatewayEndpointBasePropsbuilder in interface TaskStateBasePropsCallApiGatewayRestApiEndpointProps.Builder of CallApiGatewayRestApiEndpointPropsCopyright © 2022. All rights reserved.