| 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.ResourceTagMapping
Description
Synopsis
- data ResourceTagMapping = ResourceTagMapping' {}
- newResourceTagMapping :: ResourceTagMapping
- resourceTagMapping_complianceDetails :: Lens' ResourceTagMapping (Maybe ComplianceDetails)
- resourceTagMapping_resourceARN :: Lens' ResourceTagMapping (Maybe Text)
- resourceTagMapping_tags :: Lens' ResourceTagMapping (Maybe [Tag])
Documentation
data ResourceTagMapping Source #
A list of resource ARNs and the tags (keys and values) that are associated with each.
See: newResourceTagMapping smart constructor.
Constructors
| ResourceTagMapping' | |
Fields
| |
Instances
newResourceTagMapping :: ResourceTagMapping Source #
Create a value of ResourceTagMapping 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:complianceDetails:ResourceTagMapping', resourceTagMapping_complianceDetails - Information that shows whether a resource is compliant with the
effective tag policy, including details on any noncompliant tag keys.
$sel:resourceARN:ResourceTagMapping', resourceTagMapping_resourceARN - The ARN of the resource.
$sel:tags:ResourceTagMapping', resourceTagMapping_tags - The tags that have been applied to one or more AWS resources.
resourceTagMapping_complianceDetails :: Lens' ResourceTagMapping (Maybe ComplianceDetails) Source #
Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.
resourceTagMapping_resourceARN :: Lens' ResourceTagMapping (Maybe Text) Source #
The ARN of the resource.
resourceTagMapping_tags :: Lens' ResourceTagMapping (Maybe [Tag]) Source #
The tags that have been applied to one or more AWS resources.