Skip to content

Commit e67804b

Browse files
author
Daniel Yoo
committed
Add result selector support for GlueDataBrewStartJobRunStep
1 parent 3430024 commit e67804b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stepfunctions/steps/service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ def __init__(self, state_id, wait_for_completion=True, **kwargs):
240240
heartbeat_seconds_path (str, optional): Path specifying the state's heartbeat value in seconds from the state input. When resolved, the path must select a field whose value is a positive integer.
241241
input_path (str, optional): Path applied to the state’s raw input to select some or all of it; that selection is used by the state. (default: '$')
242242
parameters (dict, optional): The value of this field becomes the effective input for the state.
243+
result_selector (dict, optional): The value of this field becomes the effective result of the state.
243244
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
244245
output_path (str, optional): Path applied to the state’s output after the application of `result_path`, producing the effective output which serves as the raw input for the next state. (default: '$')
245246
wait_for_completion (bool, optional): Boolean value set to `True` if the Task state should wait to complete before proceeding to the next step in the workflow. (default: True)

0 commit comments

Comments
 (0)