Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Associate a set of tags with an Amazon DynamoDB resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking. You can call TagResource up to 5 times per second, per account.
For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide .
Synopsis
Creating a Request
Creates a value of TagResource
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
trResourceARN
- Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).trTags
- The tags to be assigned to the Amazon DynamoDB resource.
data TagResource Source #
See: tagResource
smart constructor.
Instances
Request Lenses
trResourceARN :: Lens' TagResource Text Source #
Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).
Destructuring the Response
tagResourceResponse :: TagResourceResponse Source #
Creates a value of TagResourceResponse
with the minimum fields required to make a request.
data TagResourceResponse Source #
See: tagResourceResponse
smart constructor.