rds_add_tags_to_resource {paws.database} | R Documentation |
Adds metadata tags to an Amazon RDS resource
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 a Condition statement in an IAM policy for Amazon RDS.
See https://www.paws-r-sdk.com/docs/rds_add_tags_to_resource/ for full documentation.
Usage
rds_add_tags_to_resource(ResourceName, Tags)
Arguments
ResourceName |
[required] The Amazon RDS resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN). |
Tags |
[required] The tags to be assigned to the Amazon RDS resource. |
[Package paws.database version 0.9.0 Index]