emr_add_job_flow_steps: AddJobFlowSteps adds new steps to a running cluster

View source: R/emr_operations.R

emr_add_job_flow_stepsR Documentation

AddJobFlowSteps adds new steps to a running cluster

Description

AddJobFlowSteps 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.

Usage

emr_add_job_flow_steps(JobFlowId, Steps, ExecutionRoleArn = NULL)

Arguments

JobFlowId

[required] A string that uniquely identifies the job flow. This identifier is returned by run_job_flow and can also be obtained from list_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/ReadOnly⁠ is a correctly formatted runtime role ARN.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.