| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Config.Types.AggregateComplianceCount
Description
Synopsis
Documentation
data AggregateComplianceCount Source #
Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.
See: newAggregateComplianceCount smart constructor.
Constructors
| AggregateComplianceCount' | |
Fields
| |
Instances
newAggregateComplianceCount :: AggregateComplianceCount Source #
Create a value of AggregateComplianceCount 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:complianceSummary:AggregateComplianceCount', aggregateComplianceCount_complianceSummary - The number of compliant and noncompliant Config rules.
$sel:groupName:AggregateComplianceCount', aggregateComplianceCount_groupName - The 12-digit account ID or region based on the GroupByKey value.
aggregateComplianceCount_complianceSummary :: Lens' AggregateComplianceCount (Maybe ComplianceSummary) Source #
The number of compliant and noncompliant Config rules.
aggregateComplianceCount_groupName :: Lens' AggregateComplianceCount (Maybe Text) Source #
The 12-digit account ID or region based on the GroupByKey value.