Values.PutAutoTerminationPolicyInputSourceAuto-termination is supported in Amazon EMR releases 5.30.0 and 6.1.0 and later. For more information, see Using an auto-termination policy. Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
type nonrec t = {clusterId : ClusterId.t;Specifies the ID of the Amazon EMR cluster to which the auto-termination policy will be attached.
*)autoTerminationPolicy : AutoTerminationPolicy.t option;Specifies the auto-termination policy to attach to the cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ClusterId.t
| `Structure of (string * [> `Long of Long.t ]) list ])
list ]