Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AggregateConformancePackCompliance = AggregateConformancePackCompliance' {}
- newAggregateConformancePackCompliance :: AggregateConformancePackCompliance
- aggregateConformancePackCompliance_totalRuleCount :: Lens' AggregateConformancePackCompliance (Maybe Int)
- aggregateConformancePackCompliance_compliantRuleCount :: Lens' AggregateConformancePackCompliance (Maybe Int)
- aggregateConformancePackCompliance_nonCompliantRuleCount :: Lens' AggregateConformancePackCompliance (Maybe Int)
- aggregateConformancePackCompliance_complianceType :: Lens' AggregateConformancePackCompliance (Maybe ConformancePackComplianceType)
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.
AggregateConformancePackCompliance' | |
|
Instances
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.
aggregateConformancePackCompliance_compliantRuleCount :: Lens' AggregateConformancePackCompliance (Maybe Int) Source #
The number of compliant Config Rules.
aggregateConformancePackCompliance_nonCompliantRuleCount :: Lens' AggregateConformancePackCompliance (Maybe Int) Source #
The number of noncompliant Config Rules.
aggregateConformancePackCompliance_complianceType :: Lens' AggregateConformancePackCompliance (Maybe ConformancePackComplianceType) Source #
The compliance status of the conformance pack.