-
CallApiGatewayRestApiEndpoint.Builder.api(IRestApi api)
Path parameters appended after API endpoint.
An optional description for this state.
CallApiGatewayRestApiEndpoint.Builder.create(software.constructs.Construct scope,
String id)
HTTP request information that does not relate to contents of the request.
CallApiGatewayRestApiEndpoint.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat)
Timeout for the heartbeat.
JSONPath expression to select part of the state to be the input to this state.
AWS Step Functions integrates with services directly in the Amazon States Language.
JSONPath expression to select select a portion of the state output to pass to the next state.
Query strings attatched to end of request.
JSONPath expression to indicate where to inject the state's output.
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
Name of the stage where the API is deployed to in API Gateway.
CallApiGatewayRestApiEndpoint.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Timeout for the state machine.