emr_modify_instance_groups {paws.analytics} | R Documentation |
ModifyInstanceGroups modifies the number of nodes and configuration settings of an instance group
Description
ModifyInstanceGroups modifies the number of nodes and configuration settings of an instance group. The input parameters include the new target instance count for the group and the instance group ID. The call will either succeed or fail atomically.
See https://www.paws-r-sdk.com/docs/emr_modify_instance_groups/ for full documentation.
Usage
emr_modify_instance_groups(ClusterId = NULL, InstanceGroups = NULL)
Arguments
ClusterId |
The ID of the cluster to which the instance group belongs. |
InstanceGroups |
Instance groups to change. |
[Package paws.analytics version 0.7.0 Index]