DeploymentGroupAutoRollbackConfiguration

data class DeploymentGroupAutoRollbackConfiguration(val enabled: Boolean? = null, val events: List<String>? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, events: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether a defined automatic rollback configuration is currently enabled for this Deployment Group. If you enable automatic rollback, you must specify at least one event type.

Link copied to clipboard
val events: List<String>? = null

The event type or types that trigger a rollback. Supported types are DEPLOYMENT_FAILURE and DEPLOYMENT_STOP_ON_ALARM. Only one auto_rollback_configuration is allowed.