TestStateRequest

Types

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

Properties

Link copied to clipboard

The Amazon States Language (ASL) definition of the state.

Link copied to clipboard

A string that contains the JSON input data for the state.

Link copied to clipboard

Determines the values to return when a state is tested. You can specify one of the following types:

Link copied to clipboard

Specifies whether or not to include secret information in the test result. For HTTP Tasks, a secret includes the data that an EventBridge connection adds to modify the HTTP request headers, query parameters, and body. Step Functions doesn't omit any information included in the state definition or the HTTP response.

Link copied to clipboard

The Amazon Resource Name (ARN) of the execution role with the required IAM permissions for the state.

Functions

Link copied to clipboard
inline fun copy(block: TestStateRequest.Builder.() -> Unit = {}): TestStateRequest
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