order

@SerialName(value = "Order")
val order: ServiceSpecUpdateConfig.Order?

Parameters

order

The order of operations when rolling out an updated task. Either the old task is shut down before the new task is started, or the new task is started before the old task is shut down.