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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.ListTagsForResource

Contents

Description

Lists all tags on an Amazon RDS resource.

For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources.

See: AWS API Reference for ListTagsForResource.

Synopsis

Creating a Request

listTagsForResource Source

Creates a value of ListTagsForResource with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ltfrFilters :: Lens' ListTagsForResource [Filter] Source

This parameter is not currently supported.

ltfrResourceName :: Lens' ListTagsForResource Text Source

The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

Destructuring the Response

listTagsForResourceResponse Source

Creates a value of ListTagsForResourceResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

ltfrrsTagList :: Lens' ListTagsForResourceResponse [Tag] Source

List of tags returned by the ListTagsForResource operation.