| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ElastiCache.ListTagsForResource
Description
The ListTagsForResource action lists all cost allocation tags currently on the named resource. A cost allocation tag is a key-value pair where the key is case-sensitive and the value is optional. Cost allocation tags can be used to categorize and track your AWS costs.
You can have a maximum of 10 cost allocation tags on an ElastiCache resource. For more information, see Using Cost Allocation Tags in Amazon ElastiCache.
See: AWS API Reference for ListTagsForResource.
Creating a Request
Arguments
| :: Text | |
| -> ListTagsForResource |
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:
data ListTagsForResource Source
The input parameters for the ListTagsForResource action.
See: listTagsForResource smart constructor.
Instances
Request Lenses
ltfrResourceName :: Lens' ListTagsForResource Text Source
The name of the resource for which you want the list of tags, for example 'arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster'.
Destructuring the Response
tagListMessage :: TagListMessage Source
Creates a value of TagListMessage with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TagListMessage Source
Represents the output from the AddTagsToResource, ListTagsOnResource, and RemoveTagsFromResource actions.
See: tagListMessage smart constructor.
Response Lenses
tlmTagList :: Lens' TagListMessage [Tag] Source
A list of cost allocation tags as key-value pairs.