amazonka-auditmanager-2.0: Amazon Audit Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AuditManager.Types.ControlDomainInsights

Description

 
Synopsis

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

Instances details
FromJSON ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

Generic ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

Associated Types

type Rep ControlDomainInsights :: Type -> Type #

Read ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

Show ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

NFData ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

Methods

rnf :: ControlDomainInsights -> () #

Eq ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

Hashable ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

type Rep ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

type Rep ControlDomainInsights = D1 ('MetaData "ControlDomainInsights" "Amazonka.AuditManager.Types.ControlDomainInsights" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ControlDomainInsights'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "controlsCountByNoncompliantEvidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "evidenceInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvidenceInsights)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalControlsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

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_totalControlsCount :: Lens' ControlDomainInsights (Maybe Int) Source #

The total number of controls in the control domain.