| 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.ComplianceContributorCount
Description
Synopsis
- data ComplianceContributorCount = ComplianceContributorCount' {
- capExceeded :: Maybe Bool
- cappedCount :: Maybe Int
- newComplianceContributorCount :: ComplianceContributorCount
- complianceContributorCount_capExceeded :: Lens' ComplianceContributorCount (Maybe Bool)
- complianceContributorCount_cappedCount :: Lens' ComplianceContributorCount (Maybe Int)
Documentation
data ComplianceContributorCount Source #
The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item, up to a maximum number.
See: newComplianceContributorCount smart constructor.
Constructors
| ComplianceContributorCount' | |
Fields
| |
Instances
newComplianceContributorCount :: ComplianceContributorCount Source #
Create a value of ComplianceContributorCount 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:capExceeded:ComplianceContributorCount', complianceContributorCount_capExceeded - Indicates whether the maximum count is reached.
$sel:cappedCount:ComplianceContributorCount', complianceContributorCount_cappedCount - The number of Amazon Web Services resources or Config rules responsible
for the current compliance of the item.
complianceContributorCount_capExceeded :: Lens' ComplianceContributorCount (Maybe Bool) Source #
Indicates whether the maximum count is reached.
complianceContributorCount_cappedCount :: Lens' ComplianceContributorCount (Maybe Int) Source #
The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.