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 |
Documentation
data RollbackConfiguration Source #
This property corresponds to the /AWS CloudFormation RollbackConfiguration/ Data Type.
See: newRollbackConfiguration
smart constructor.
RollbackConfiguration' | |
|
Instances
newRollbackConfiguration :: RollbackConfiguration Source #
Create a value of RollbackConfiguration
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:rollbackTriggers:RollbackConfiguration'
, rollbackConfiguration_rollbackTriggers
- This property corresponds to the content of the same name for the /AWS
CloudFormation
RollbackConfiguration/
Data Type.
$sel:monitoringTimeInMinutes:RollbackConfiguration'
, rollbackConfiguration_monitoringTimeInMinutes
- This property corresponds to the content of the same name for the /AWS
CloudFormation
RollbackConfiguration/
Data Type.
rollbackConfiguration_rollbackTriggers :: Lens' RollbackConfiguration (Maybe [RollbackTrigger]) Source #
This property corresponds to the content of the same name for the /AWS CloudFormation RollbackConfiguration/ Data Type.
rollbackConfiguration_monitoringTimeInMinutes :: Lens' RollbackConfiguration (Maybe Int) Source #
This property corresponds to the content of the same name for the /AWS CloudFormation RollbackConfiguration/ Data Type.