@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:50.153Z") public class CallApiGatewayHttpApiEndpoint extends TaskStateBase
Example:
import software.amazon.awscdk.services.apigatewayv2.*; HttpApi httpApi = new HttpApi(this, "MyHttpApi"); CallApiGatewayHttpApiEndpoint invokeTask = CallApiGatewayHttpApiEndpoint.Builder.create(this, "Call HTTP API") .apiId(httpApi.getApiId()) .apiStack(Stack.of(httpApi)) .method(HttpMethod.GET) .build();
Modifier and Type | Class and Description |
---|---|
static class |
CallApiGatewayHttpApiEndpoint.Builder
A fluent builder for
CallApiGatewayHttpApiEndpoint . |
INextable.Jsii$Default
IChainable.Jsii$Default
IConstruct.Jsii$Default
Modifier | Constructor and Description |
---|---|
protected |
CallApiGatewayHttpApiEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CallApiGatewayHttpApiEndpoint(software.amazon.jsii.JsiiObjectRef objRef) |
|
CallApiGatewayHttpApiEndpoint(software.constructs.Construct scope,
java.lang.String id,
CallApiGatewayHttpApiEndpointProps props) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<PolicyStatement> |
createPolicyStatements() |
protected java.lang.String |
getApiEndpoint() |
protected java.lang.String |
getArnForExecuteApi() |
protected java.lang.String |
getStageName() |
protected TaskMetricsConfig |
getTaskMetrics() |
protected java.util.List<PolicyStatement> |
getTaskPolicies() |
addCatch, addCatch, addRetry, addRetry, getEndStates, metric, metric, metricFailed, metricFailed, metricHeartbeatTimedOut, metricHeartbeatTimedOut, metricRunTime, metricRunTime, metricScheduled, metricScheduled, metricScheduleTime, metricScheduleTime, metricStarted, metricStarted, metricSucceeded, metricSucceeded, metricTime, metricTime, metricTimedOut, metricTimedOut, next, toStateJson, whenBoundToGraph
addBranch, addChoice, addIterator, addPrefix, bindToGraph, filterNextables, findReachableEndStates, findReachableEndStates, findReachableStates, findReachableStates, getBranches, getComment, getDefaultChoice, getId, getInputPath, getIteration, getOutputPath, getParameters, getResultPath, getResultSelector, getStartState, getStateId, makeDefault, makeNext, prefixStates, renderBranches, renderChoices, renderInputOutput, renderIterator, renderNextEnd, renderResultSelector, renderRetryCatch, setDefaultChoice, setIteration
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
protected CallApiGatewayHttpApiEndpoint(software.amazon.jsii.JsiiObjectRef objRef)
protected CallApiGatewayHttpApiEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CallApiGatewayHttpApiEndpoint(software.constructs.Construct scope, java.lang.String id, CallApiGatewayHttpApiEndpointProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.protected java.util.List<PolicyStatement> createPolicyStatements()
protected java.lang.String getApiEndpoint()
protected java.lang.String getArnForExecuteApi()
protected java.lang.String getStageName()
protected TaskMetricsConfig getTaskMetrics()
getTaskMetrics
in class TaskStateBase
protected java.util.List<PolicyStatement> getTaskPolicies()
getTaskPolicies
in class TaskStateBase