DeploymentGroupAutoRollbackConfiguration constructor
const
DeploymentGroupAutoRollbackConfiguration({})
Creates a new DeploymentGroupAutoRollbackConfiguration.
enabled 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.
events The event type or types that trigger a rollback. Supported types are DEPLOYMENT_FAILURE, DEPLOYMENT_STOP_ON_ALARM and DEPLOYMENT_STOP_ON_REQUEST.
Implementation
const DeploymentGroupAutoRollbackConfiguration({
this.enabled,
this.events,
});