StackSetAutoDeploymentArgs

data class StackSetAutoDeploymentArgs(val enabled: Output<Boolean>? = null, val retainStacksOnAccountRemoval: Output<Boolean>? = null) : ConvertibleToJava<StackSetAutoDeploymentArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, retainStacksOnAccountRemoval: Output<Boolean>? = null)

Properties

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

Whether or not auto-deployment is enabled.

Link copied to clipboard

Whether or not to retain stacks when the account is removed.

Functions

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