GetDurableExecutionHistoryRequest
Types
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the durable execution.
Link copied to clipboard
Specifies whether to include execution data such as step results and callback payloads in the history events. Set to true to include data, or false to exclude it for a more compact response. The default is true.
Link copied to clipboard
When set to true, returns the history events in reverse chronological order (newest first). By default, events are returned in chronological order (oldest first).
Functions
Link copied to clipboard
inline fun copy(block: GetDurableExecutionHistoryRequest.Builder.() -> Unit = {}): GetDurableExecutionHistoryRequest