| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AuditManager.Types.ControlSet
Description
Synopsis
- data ControlSet = ControlSet' {}
- newControlSet :: ControlSet
- controlSet_controls :: Lens' ControlSet (Maybe (NonEmpty Control))
- controlSet_id :: Lens' ControlSet (Maybe Text)
- controlSet_name :: Lens' ControlSet (Maybe Text)
Documentation
data ControlSet Source #
A set of controls in Audit Manager.
See: newControlSet smart constructor.
Constructors
| ControlSet' | |
Instances
newControlSet :: ControlSet Source #
Create a value of ControlSet 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:controls:ControlSet', controlSet_controls - The list of controls within the control set.
ControlSet, controlSet_id - The identifier of the control set in the assessment. This is the control
set name in a plain string format.
ControlSet, controlSet_name - The name of the control set.
controlSet_controls :: Lens' ControlSet (Maybe (NonEmpty Control)) Source #
The list of controls within the control set.
controlSet_id :: Lens' ControlSet (Maybe Text) Source #
The identifier of the control set in the assessment. This is the control set name in a plain string format.
controlSet_name :: Lens' ControlSet (Maybe Text) Source #
The name of the control set.