| 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.ControlDomainInsights
Description
Synopsis
- data ControlDomainInsights = ControlDomainInsights' {}
- newControlDomainInsights :: ControlDomainInsights
- controlDomainInsights_controlsCountByNoncompliantEvidence :: Lens' ControlDomainInsights (Maybe Int)
- controlDomainInsights_evidenceInsights :: Lens' ControlDomainInsights (Maybe EvidenceInsights)
- controlDomainInsights_id :: Lens' ControlDomainInsights (Maybe Text)
- controlDomainInsights_lastUpdated :: Lens' ControlDomainInsights (Maybe UTCTime)
- controlDomainInsights_name :: Lens' ControlDomainInsights (Maybe Text)
- controlDomainInsights_totalControlsCount :: Lens' ControlDomainInsights (Maybe Int)
Documentation
data ControlDomainInsights Source #
A summary of the latest analytics data for a specific control domain.
Control domain insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.
See: newControlDomainInsights smart constructor.
Constructors
| ControlDomainInsights' | |
Fields
| |
Instances
newControlDomainInsights :: ControlDomainInsights Source #
Create a value of ControlDomainInsights 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:controlsCountByNoncompliantEvidence:ControlDomainInsights', controlDomainInsights_controlsCountByNoncompliantEvidence - The number of controls in the control domain that collected
non-compliant evidence on the lastUpdated date.
$sel:evidenceInsights:ControlDomainInsights', controlDomainInsights_evidenceInsights - A breakdown of the compliance check status for the evidence that’s
associated with the control domain.
$sel:id:ControlDomainInsights', controlDomainInsights_id - The unique identifier for the control domain.
$sel:lastUpdated:ControlDomainInsights', controlDomainInsights_lastUpdated - The time when the control domain insights were last updated.
$sel:name:ControlDomainInsights', controlDomainInsights_name - The name of the control domain.
$sel:totalControlsCount:ControlDomainInsights', controlDomainInsights_totalControlsCount - The total number of controls in the control domain.
controlDomainInsights_controlsCountByNoncompliantEvidence :: Lens' ControlDomainInsights (Maybe Int) Source #
The number of controls in the control domain that collected
non-compliant evidence on the lastUpdated date.
controlDomainInsights_evidenceInsights :: Lens' ControlDomainInsights (Maybe EvidenceInsights) Source #
A breakdown of the compliance check status for the evidence that’s associated with the control domain.
controlDomainInsights_id :: Lens' ControlDomainInsights (Maybe Text) Source #
The unique identifier for the control domain.
controlDomainInsights_lastUpdated :: Lens' ControlDomainInsights (Maybe UTCTime) Source #
The time when the control domain insights were last updated.
controlDomainInsights_name :: Lens' ControlDomainInsights (Maybe Text) Source #
The name of the control domain.
controlDomainInsights_totalControlsCount :: Lens' ControlDomainInsights (Maybe Int) Source #
The total number of controls in the control domain.