billing_tag_resource {paws.cost.management}R Documentation

An API operation for adding one or more tags (key-value pairs) to a resource

Description

An API operation for adding one or more tags (key-value pairs) to a resource.

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

Usage

billing_tag_resource(resourceArn, resourceTags)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource.

resourceTags

[required] A list of tag key value pairs that are associated with the resource.


[Package paws.cost.management version 0.9.0 Index]