Remove Managed Scaling Policy
emr_remove_managed_scaling_policy | R Documentation |
Removes a managed scaling policy from a specified Amazon EMR cluster¶
Description¶
Removes a managed scaling policy from a specified Amazon EMR cluster.
Usage¶
emr_remove_managed_scaling_policy(ClusterId)
Arguments¶
ClusterId |
[required] Specifies the ID of the cluster from which the managed scaling policy will be removed. |
Value¶
An empty list.
Request syntax¶
svc$remove_managed_scaling_policy(
ClusterId = "string"
)