ActiveModelArgs

data class ActiveModelArgs(val active: Output<Boolean>? = null) : ConvertibleToJava<ActiveModelArgs>

Definition of Active

Constructors

Link copied to clipboard
constructor(active: Output<Boolean>? = null)

Properties

Link copied to clipboard
val active: Output<Boolean>? = null

When true, StackSets performs non-conflicting operations concurrently and queues conflicting operations. After conflicting operations finish, StackSets starts queued operations in request order.

Functions

Link copied to clipboard
open override fun toJava(): ActiveModelArgs