Remove Auto Termination Policy
emr_remove_auto_termination_policy | R Documentation |
Removes an auto-termination policy from an Amazon EMR cluster¶
Description¶
Removes an auto-termination policy from an Amazon EMR cluster.
Usage¶
emr_remove_auto_termination_policy(ClusterId)
Arguments¶
ClusterId |
[required] Specifies the ID of the Amazon EMR cluster from which the auto-termination policy will be removed. |
Value¶
An empty list.
Request syntax¶
svc$remove_auto_termination_policy(
ClusterId = "string"
)