docdb_add_tags_to_resource {paws.database} | R Documentation |
Adds metadata tags to an Amazon DocumentDB resource
Description
Adds metadata tags to an Amazon DocumentDB resource. You can use these tags with cost allocation reporting to track costs that are associated with Amazon DocumentDB resources or in a Condition
statement in an Identity and Access Management (IAM) policy for Amazon DocumentDB.
See https://www.paws-r-sdk.com/docs/docdb_add_tags_to_resource/ for full documentation.
Usage
docdb_add_tags_to_resource(ResourceName, Tags)
Arguments
ResourceName |
[required] The Amazon DocumentDB resource that the tags are added to. This value is an Amazon Resource Name . |
Tags |
[required] The tags to be assigned to the Amazon DocumentDB resource. |
[Package paws.database version 0.7.0 Index]