Learn R Programming

paws.analytics (version 0.1.7)

emr_modify_cluster: Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID

Description

Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.

Usage

emr_modify_cluster(ClusterId, StepConcurrencyLevel)

Arguments

ClusterId

[required] The unique identifier of the cluster.

StepConcurrencyLevel

The number of steps that can be executed concurrently. You can specify a maximum of 256 steps.

Request syntax

svc$modify_cluster(
  ClusterId = "string",
  StepConcurrencyLevel = 123
)