You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a Task state to create and start running a cluster (job flow). See `Call Amazon EMR with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-emr.html>`_ for more details.
state_id (str): State name whose length **must be** less than or equal to 128 unicode characters. State names **must be** unique within the scope of the whole state machine.
161
+
comment (str, optional): Human-readable comment or description. (default: None)
162
+
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: '$')
163
+
parameters (dict, optional): The value of this field becomes the effective input for the state.
164
+
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
165
+
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: '$')
166
+
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)
Creates a Task state to shut down a cluster (job flow). See `Call Amazon EMR with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-emr.html>`_ for more details.
state_id (str): State name whose length **must be** less than or equal to 128 unicode characters. State names **must be** unique within the scope of the whole state machine.
185
+
comment (str, optional): Human-readable comment or description. (default: None)
186
+
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: '$')
187
+
parameters (dict, optional): The value of this field becomes the effective input for the state.
188
+
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
189
+
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: '$')
190
+
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)
Creates a Task state to add a new step to a running cluster. See `Call Amazon EMR with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-emr.html>`_ for more details.
state_id (str): State name whose length **must be** less than or equal to 128 unicode characters. State names **must be** unique within the scope of the whole state machine.
209
+
comment (str, optional): Human-readable comment or description. (default: None)
210
+
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: '$')
211
+
parameters (dict, optional): The value of this field becomes the effective input for the state.
212
+
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
213
+
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: '$')
214
+
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)
Creates a Task state to cancel a pending step in a running cluster. See `Call Amazon EMR with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-emr.html>`_ for more details.
227
+
"""
228
+
229
+
def__init__(self, state_id, **kwargs):
230
+
"""
231
+
Args:
232
+
state_id (str): State name whose length **must be** less than or equal to 128 unicode characters. State names **must be** unique within the scope of the whole state machine.
233
+
comment (str, optional): Human-readable comment or description. (default: None)
234
+
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: '$')
235
+
parameters (dict, optional): The value of this field becomes the effective input for the state.
236
+
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
237
+
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: '$')
Creates a Task state to lock a cluster (job flow) so the EC2 instances in the cluster cannot be terminated by user intervention, an API call, or a job-flow error. See `Call Amazon EMR with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-emr.html>`_ for more details.
247
+
"""
248
+
249
+
def__init__(self, state_id, **kwargs):
250
+
"""
251
+
Args:
252
+
state_id (str): State name whose length **must be** less than or equal to 128 unicode characters. State names **must be** unique within the scope of the whole state machine.
253
+
comment (str, optional): Human-readable comment or description. (default: None)
254
+
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: '$')
255
+
parameters (dict, optional): The value of this field becomes the effective input for the state.
256
+
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
257
+
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: '$')
Creates a Task state to modify the target On-Demand and target Spot capacities for an instance fleet. See `Call Amazon EMR with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-emr.html>`_ for more details.
267
+
"""
268
+
269
+
def__init__(self, state_id, **kwargs):
270
+
"""
271
+
Args:
272
+
state_id (str): State name whose length **must be** less than or equal to 128 unicode characters. State names **must be** unique within the scope of the whole state machine.
273
+
comment (str, optional): Human-readable comment or description. (default: None)
274
+
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: '$')
275
+
parameters (dict, optional): The value of this field becomes the effective input for the state.
276
+
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
277
+
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: '$')
Creates a Task state to modify the number of nodes and configuration settings of an instance group. See `Call Amazon EMR with Step Functions <https://docs.aws.amazon.com/step-functions/latest/dg/connect-emr.html>`_ for more details.
287
+
"""
288
+
289
+
def__init__(self, state_id, **kwargs):
290
+
"""
291
+
Args:
292
+
state_id (str): State name whose length **must be** less than or equal to 128 unicode characters. State names **must be** unique within the scope of the whole state machine.
293
+
comment (str, optional): Human-readable comment or description. (default: None)
294
+
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: '$')
295
+
parameters (dict, optional): The value of this field becomes the effective input for the state.
296
+
result_path (str, optional): Path specifying the raw input’s combination with or replacement by the state’s result. (default: '$')
297
+
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: '$')
0 commit comments