Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data AutoRollbackConfiguration Source #
Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully.
See: newAutoRollbackConfiguration
smart constructor.
Instances
newAutoRollbackConfiguration :: AutoRollbackConfiguration Source #
Create a value of AutoRollbackConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enabled:AutoRollbackConfiguration'
, autoRollbackConfiguration_enabled
- Indicates whether a defined automatic rollback configuration is
currently enabled.
$sel:events:AutoRollbackConfiguration'
, autoRollbackConfiguration_events
- The event type or types that trigger a rollback.
autoRollbackConfiguration_enabled :: Lens' AutoRollbackConfiguration (Maybe Bool) Source #
Indicates whether a defined automatic rollback configuration is currently enabled.
autoRollbackConfiguration_events :: Lens' AutoRollbackConfiguration (Maybe [AutoRollbackEvent]) Source #
The event type or types that trigger a rollback.