libZSservicesZSamazonka-configZSamazonka-config
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Config.Types.AggregateConformancePackCompliance

Description

 
Synopsis

Documentation

data AggregateConformancePackCompliance Source #

Provides the number of compliant and noncompliant rules within a conformance pack. Also provides the compliance status of the conformance pack and the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.

A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.

See: newAggregateConformancePackCompliance smart constructor.

Constructors

AggregateConformancePackCompliance' 

Fields

Instances

Instances details
Eq AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Read AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Show AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Generic AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Associated Types

type Rep AggregateConformancePackCompliance :: Type -> Type #

NFData AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

Hashable AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

FromJSON AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

type Rep AggregateConformancePackCompliance Source # 
Instance details

Defined in Amazonka.Config.Types.AggregateConformancePackCompliance

type Rep AggregateConformancePackCompliance = D1 ('MetaData "AggregateConformancePackCompliance" "Amazonka.Config.Types.AggregateConformancePackCompliance" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregateConformancePackCompliance'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "totalRuleCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "compliantRuleCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "nonCompliantRuleCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackComplianceType)))))

newAggregateConformancePackCompliance :: AggregateConformancePackCompliance Source #

Create a value of AggregateConformancePackCompliance 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:totalRuleCount:AggregateConformancePackCompliance', aggregateConformancePackCompliance_totalRuleCount - Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data.

$sel:compliantRuleCount:AggregateConformancePackCompliance', aggregateConformancePackCompliance_compliantRuleCount - The number of compliant Config Rules.

$sel:nonCompliantRuleCount:AggregateConformancePackCompliance', aggregateConformancePackCompliance_nonCompliantRuleCount - The number of noncompliant Config Rules.

$sel:complianceType:AggregateConformancePackCompliance', aggregateConformancePackCompliance_complianceType - The compliance status of the conformance pack.

aggregateConformancePackCompliance_totalRuleCount :: Lens' AggregateConformancePackCompliance (Maybe Int) Source #

Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data.