ManagedExecutionPropertiesArgs

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

Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

Constructors

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

Functions

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

Properties

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