order

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

Parameters

order

The order of operations when rolling back a 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.