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.ControlInsightsMetadataItem

Description

 
Synopsis

Documentation

data ControlInsightsMetadataItem Source #

A summary of the latest analytics data for a specific control.

This data reflects the total counts for the specified control across all active assessments. Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.

See: newControlInsightsMetadataItem smart constructor.

Constructors

ControlInsightsMetadataItem' 

Fields

Instances

Instances details
FromJSON ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

Generic ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

Associated Types

type Rep ControlInsightsMetadataItem :: Type -> Type #

Read ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

Show ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

NFData ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

Eq ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

Hashable ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

type Rep ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

type Rep ControlInsightsMetadataItem = D1 ('MetaData "ControlInsightsMetadataItem" "Amazonka.AuditManager.Types.ControlInsightsMetadataItem" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ControlInsightsMetadataItem'" 'PrefixI 'True) ((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)))))

newControlInsightsMetadataItem :: ControlInsightsMetadataItem Source #

Create a value of ControlInsightsMetadataItem 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:evidenceInsights:ControlInsightsMetadataItem', controlInsightsMetadataItem_evidenceInsights - A breakdown of the compliance check status for the evidence that’s associated with the control.

$sel:id:ControlInsightsMetadataItem', controlInsightsMetadataItem_id - The unique identifier for the control.

$sel:lastUpdated:ControlInsightsMetadataItem', controlInsightsMetadataItem_lastUpdated - The time when the control insights were last updated.

$sel:name:ControlInsightsMetadataItem', controlInsightsMetadataItem_name - The name of the control.

controlInsightsMetadataItem_evidenceInsights :: Lens' ControlInsightsMetadataItem (Maybe EvidenceInsights) Source #

A breakdown of the compliance check status for the evidence that’s associated with the control.

controlInsightsMetadataItem_lastUpdated :: Lens' ControlInsightsMetadataItem (Maybe UTCTime) Source #

The time when the control insights were last updated.