StackSetAutoDeployment

data class StackSetAutoDeployment(val enabled: Boolean? = null, val retainStacksOnAccountRemoval: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether or not auto-deployment is enabled.

Link copied to clipboard

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