InspectionData

Contains additional details about the state's execution, including its input and output data processing flow, and HTTP request and response information.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The input after Step Functions applies an Arguments filter. This event will only be present when QueryLanguage for the state machine or individual states is set to JSONata. For more info, see Transforming data with Step Functions.

Link copied to clipboard

The input after Step Functions applies the InputPath filter. Not populated when QueryLanguage is JSONata.

Link copied to clipboard

The effective input after the ItemBatcher filter is applied in a Map state.

Link copied to clipboard

An array containing the inputs for each Map iteration, transformed by the ItemSelector specified in a Map state.

Link copied to clipboard

The effective input after the ItemsPath filter is applied. Not populated when the QueryLanguage is JSONata.

Link copied to clipboard

The effective input after the ItemsPointer filter is applied in a Map state.

Link copied to clipboard

The effective input after Step Functions applies the Parameters filter. Not populated when QueryLanguage is JSONata.

Link copied to clipboard

The effective result combined with the raw state input after Step Functions applies the ResultPath filter. Not populated when QueryLanguage is JSONata.

Link copied to clipboard

The effective result after Step Functions applies the ResultSelector filter. Not populated when QueryLanguage is JSONata.

Link copied to clipboard

An object containing data about a handled exception in the tested state.

Link copied to clipboard

The raw state input.

Link copied to clipboard

The max concurrency of the Map state.

Link copied to clipboard

The raw HTTP request that is sent when you test an HTTP Task.

Link copied to clipboard

The raw HTTP response that is returned when you test an HTTP Task.

Link copied to clipboard

The state's raw result.

Link copied to clipboard

The tolerated failure threshold for a Map state as defined in number of Map state iterations.

Link copied to clipboard

The tolerated failure threshold for a Map state as defined in percentage of Map state iterations.

Link copied to clipboard

JSON string that contains the set of workflow variables after execution of the state. The set will include variables assigned in the state and variables set up as test state input.

Functions

Link copied to clipboard
inline fun copy(block: InspectionData.Builder.() -> Unit = {}): InspectionData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String