amazonka-resourcegroupstagging-2.0: Amazon Resource Groups Tagging API SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ResourceGroupsTagging.Types.ResourceTagMapping

Description

 
Synopsis

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

Instances details
FromJSON ResourceTagMapping Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.Types.ResourceTagMapping

Generic ResourceTagMapping Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.Types.ResourceTagMapping

Associated Types

type Rep ResourceTagMapping :: Type -> Type #

Read ResourceTagMapping Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.Types.ResourceTagMapping

Show ResourceTagMapping Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.Types.ResourceTagMapping

NFData ResourceTagMapping Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.Types.ResourceTagMapping

Methods

rnf :: ResourceTagMapping -> () #

Eq ResourceTagMapping Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.Types.ResourceTagMapping

Hashable ResourceTagMapping Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.Types.ResourceTagMapping

type Rep ResourceTagMapping Source # 
Instance details

Defined in Amazonka.ResourceGroupsTagging.Types.ResourceTagMapping

type Rep ResourceTagMapping = D1 ('MetaData "ResourceTagMapping" "Amazonka.ResourceGroupsTagging.Types.ResourceTagMapping" "amazonka-resourcegroupstagging-2.0-BMdZcHlIh2ABktMFQEVTUn" 'False) (C1 ('MetaCons "ResourceTagMapping'" 'PrefixI 'True) (S1 ('MetaSel ('Just "complianceDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComplianceDetails)) :*: (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))

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 Amazon Web Services 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_tags :: Lens' ResourceTagMapping (Maybe [Tag]) Source #

The tags that have been applied to one or more Amazon Web Services resources.