maxConcurrencyCount

@JvmName(name = "yjhsxngsuxliqhpi")
suspend fun maxConcurrencyCount(value: Output<Int>)
@JvmName(name = "ohhsuqwmnoojykhm")
suspend fun maxConcurrencyCount(value: Int?)

Parameters

value

Maximum number of accounts in which to perform this operation at one time. This is dependent on the value of failure_tolerance_count. max_concurrency_count is at most one more than the failure_tolerance_count. Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. You must specify either max_concurrency_count or max_concurrency_percentage, but not both.