DeploymentGroupAutoRollbackConfigurationArgs

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

Constructors

constructor(enabled: Output<Boolean>? = null, events: Output<List<String>>? = null)

Properties

Link copied to clipboard
val enabled: Output<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: Output<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.

Functions

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