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
- data ControlSet = ControlSet' {}
- newControlSet :: ControlSet
- controlSet_controls :: Lens' ControlSet (Maybe (NonEmpty Control))
- controlSet_name :: Lens' ControlSet (Maybe Text)
- controlSet_id :: Lens' ControlSet (Maybe Text)
Documentation
data ControlSet Source #
A set of controls in Audit Manager.
See: newControlSet
smart constructor.
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.
$sel:name:ControlSet'
, controlSet_name
- The name of the control set.
$sel:id:ControlSet'
, controlSet_id
- The identifier of the control set in the assessment. This is the control
set name in a plain string format.
controlSet_controls :: Lens' ControlSet (Maybe (NonEmpty Control)) Source #
The list of controls within the control set.
controlSet_name :: Lens' ControlSet (Maybe Text) Source #
The name of 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.