Values.ModifyClusterInputSourceModifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
type nonrec t = {clusterId : String_.t;The unique identifier of the cluster.
*)stepConcurrencyLevel : Integer.t option;The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see Step$ActionOnFailure.
*)extendedSupport : BooleanObject.t option;Reserved.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Integer of Integer.t
| `String of String_.t ])
list ]