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

Description

 
Synopsis

Documentation

data EvidenceInsights Source #

A breakdown of the latest compliance check status for the evidence in your Audit Manager assessments.

See: newEvidenceInsights smart constructor.

Constructors

EvidenceInsights' 

Fields

  • compliantEvidenceCount :: Maybe Int

    The number of compliance check evidence that Audit Manager classified as compliant. This includes evidence that was collected from Security Hub with a Pass ruling, or collected from Config with a Compliant ruling.

  • inconclusiveEvidenceCount :: Maybe Int

    The number of evidence that a compliance check ruling isn't available for. Evidence is inconclusive when the associated control uses Security Hub or Config as a data source but you didn't enable those services. This is also the case when a control uses a data source that doesn’t support compliance checks (for example, manual evidence, API calls, or CloudTrail).

    If evidence has a compliance check status of not applicable in the console, it's classified as inconclusive in EvidenceInsights data.

  • noncompliantEvidenceCount :: Maybe Int

    The number of compliance check evidence that Audit Manager classified as non-compliant. This includes evidence that was collected from Security Hub with a Fail ruling, or collected from Config with a Non-compliant ruling.

Instances

Instances details
FromJSON EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

Generic EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

Associated Types

type Rep EvidenceInsights :: Type -> Type #

Read EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

Show EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

NFData EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

Methods

rnf :: EvidenceInsights -> () #

Eq EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

Hashable EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

type Rep EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

type Rep EvidenceInsights = D1 ('MetaData "EvidenceInsights" "Amazonka.AuditManager.Types.EvidenceInsights" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "EvidenceInsights'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compliantEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "inconclusiveEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "noncompliantEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newEvidenceInsights :: EvidenceInsights Source #

Create a value of EvidenceInsights 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:compliantEvidenceCount:EvidenceInsights', evidenceInsights_compliantEvidenceCount - The number of compliance check evidence that Audit Manager classified as compliant. This includes evidence that was collected from Security Hub with a Pass ruling, or collected from Config with a Compliant ruling.

$sel:inconclusiveEvidenceCount:EvidenceInsights', evidenceInsights_inconclusiveEvidenceCount - The number of evidence that a compliance check ruling isn't available for. Evidence is inconclusive when the associated control uses Security Hub or Config as a data source but you didn't enable those services. This is also the case when a control uses a data source that doesn’t support compliance checks (for example, manual evidence, API calls, or CloudTrail).

If evidence has a compliance check status of not applicable in the console, it's classified as inconclusive in EvidenceInsights data.

$sel:noncompliantEvidenceCount:EvidenceInsights', evidenceInsights_noncompliantEvidenceCount - The number of compliance check evidence that Audit Manager classified as non-compliant. This includes evidence that was collected from Security Hub with a Fail ruling, or collected from Config with a Non-compliant ruling.

evidenceInsights_compliantEvidenceCount :: Lens' EvidenceInsights (Maybe Int) Source #

The number of compliance check evidence that Audit Manager classified as compliant. This includes evidence that was collected from Security Hub with a Pass ruling, or collected from Config with a Compliant ruling.

evidenceInsights_inconclusiveEvidenceCount :: Lens' EvidenceInsights (Maybe Int) Source #

The number of evidence that a compliance check ruling isn't available for. Evidence is inconclusive when the associated control uses Security Hub or Config as a data source but you didn't enable those services. This is also the case when a control uses a data source that doesn’t support compliance checks (for example, manual evidence, API calls, or CloudTrail).

If evidence has a compliance check status of not applicable in the console, it's classified as inconclusive in EvidenceInsights data.

evidenceInsights_noncompliantEvidenceCount :: Lens' EvidenceInsights (Maybe Int) Source #

The number of compliance check evidence that Audit Manager classified as non-compliant. This includes evidence that was collected from Security Hub with a Fail ruling, or collected from Config with a Non-compliant ruling.