DeploymentConfig

The deployment configuration for a stack operation, including the deployment mode.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether to disable rollback of the stack if the stack operation fails.

Link copied to clipboard

Specifies the deployment mode for the stack operation. Possible values are:

Functions

Link copied to clipboard
inline fun copy(block: DeploymentConfig.Builder.() -> Unit = {}): DeploymentConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String