amazonka-rds-0.0.3: Amazon Relational Database Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.AddTagsToResource

Contents

Description

Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in Condition statement in IAM policy for Amazon RDS.

For an overview on tagging Amazon RDS resources, see Tagging Amazon RDSResources.

http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_AddTagsToResource.html

Synopsis

Request

Request constructor

addTagsToResource Source

AddTagsToResource constructor.

The fields accessible through corresponding lenses are:

Request lenses

attrResourceName :: Lens' AddTagsToResource Text Source

The Amazon RDS resource the tags will be added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructingan RDS Amazon Resource Name (ARN).

attrTags :: Lens' AddTagsToResource [Tag] Source

The tags to be assigned to the Amazon RDS resource.

Response

Response constructor