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 RollbackTrigger Source #
This property corresponds to the /AWS CloudFormation RollbackTrigger/ Data Type.
See: newRollbackTrigger
smart constructor.
RollbackTrigger' | |
|
Instances
Create a value of RollbackTrigger
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:type':RollbackTrigger'
, rollbackTrigger_type
- This property corresponds to the content of the same name for the /AWS
CloudFormation
RollbackTrigger/
Data Type.
$sel:arn:RollbackTrigger'
, rollbackTrigger_arn
- This property corresponds to the content of the same name for the /AWS
CloudFormation
RollbackTrigger/
Data Type.
rollbackTrigger_type :: Lens' RollbackTrigger Text Source #
This property corresponds to the content of the same name for the /AWS CloudFormation RollbackTrigger/ Data Type.
rollbackTrigger_arn :: Lens' RollbackTrigger Text Source #
This property corresponds to the content of the same name for the /AWS CloudFormation RollbackTrigger/ Data Type.