billingconductor_tag_resource {paws.cost.management}R Documentation

Associates the specified tags to a resource with the specified resourceArn

Description

Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed.

See https://www.paws-r-sdk.com/docs/billingconductor_tag_resource/ for full documentation.

Usage

billingconductor_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource to which to add tags.

Tags

[required] The tags to add to the resource as a list of key-value pairs.


[Package paws.cost.management version 0.6.1 Index]