| 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 |
Amazonka.ResourceGroupsTagging.Types.ComplianceDetails
Description
Synopsis
- data ComplianceDetails = ComplianceDetails' {}
- newComplianceDetails :: ComplianceDetails
- complianceDetails_keysWithNoncompliantValues :: Lens' ComplianceDetails (Maybe [Text])
- complianceDetails_complianceStatus :: Lens' ComplianceDetails (Maybe Bool)
- complianceDetails_noncompliantKeys :: Lens' ComplianceDetails (Maybe [Text])
Documentation
data ComplianceDetails Source #
Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.
See: newComplianceDetails smart constructor.
Constructors
| ComplianceDetails' | |
Fields
| |
Instances
newComplianceDetails :: ComplianceDetails Source #
Create a value of ComplianceDetails 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:keysWithNoncompliantValues:ComplianceDetails', complianceDetails_keysWithNoncompliantValues - These are keys defined in the effective policy that are on the resource
with either incorrect case treatment or noncompliant values.
$sel:complianceStatus:ComplianceDetails', complianceDetails_complianceStatus - Whether a resource is compliant with the effective tag policy.
$sel:noncompliantKeys:ComplianceDetails', complianceDetails_noncompliantKeys - These tag keys on the resource are noncompliant with the effective tag
policy.
complianceDetails_keysWithNoncompliantValues :: Lens' ComplianceDetails (Maybe [Text]) Source #
These are keys defined in the effective policy that are on the resource with either incorrect case treatment or noncompliant values.
complianceDetails_complianceStatus :: Lens' ComplianceDetails (Maybe Bool) Source #
Whether a resource is compliant with the effective tag policy.
complianceDetails_noncompliantKeys :: Lens' ComplianceDetails (Maybe [Text]) Source #
These tag keys on the resource are noncompliant with the effective tag policy.