desiredCount

@JvmName(name = "vmmhafplwsiqnsgq")
suspend fun desiredCount(value: Output<Int>)
@JvmName(name = "vqkblnepsprttfdq")
suspend fun desiredCount(value: Int?)

Parameters

value

The number of instantiations of the specified task definition to place and keep running in your service. For new services, if a desired count is not specified, a default value of `1` is used. When using the `DAEMON` scheduling strategy, the desired count is not required. For existing services, if a desired count is not specified, it is omitted from the operation.