AddJobFlowSteps adds new steps to a running cluster
Source:R/emr_operations.R
emr_add_job_flow_steps.RdAddJobFlowSteps adds new steps to a running cluster. A maximum of 256 steps are allowed in each job flow.
See https://www.paws-r-sdk.com/docs/emr_add_job_flow_steps/ for full documentation.
Arguments
- JobFlowId
[required] A string that uniquely identifies the job flow. This identifier is returned by
run_job_flowand can also be obtained fromlist_clusters.- Steps
[required] A list of StepConfig to be executed by the job flow.
- ExecutionRoleArn
The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format:
arn:partition:service:region:account:resource.For example,
arn:aws:IAM::1234567890:role/ReadOnlyis a correctly formatted runtime role ARN.