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 ComplianceContributorCount = ComplianceContributorCount' {
- cappedCount :: Maybe Int
- capExceeded :: Maybe Bool
- newComplianceContributorCount :: ComplianceContributorCount
- complianceContributorCount_cappedCount :: Lens' ComplianceContributorCount (Maybe Int)
- complianceContributorCount_capExceeded :: Lens' ComplianceContributorCount (Maybe Bool)
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.
ComplianceContributorCount' | |
|
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:cappedCount:ComplianceContributorCount'
, complianceContributorCount_cappedCount
- The number of Amazon Web Services resources or Config rules responsible
for the current compliance of the item.
$sel:capExceeded:ComplianceContributorCount'
, complianceContributorCount_capExceeded
- 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.
complianceContributorCount_capExceeded :: Lens' ComplianceContributorCount (Maybe Bool) Source #
Indicates whether the maximum count is reached.