Tag Resource
route53resolver_tag_resource | R Documentation |
Adds one or more tags to a specified resource¶
Description¶
Adds one or more tags to a specified resource.
Usage¶
route53resolver_tag_resource(ResourceArn, Tags)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) for the resource that
you want to add tags to. To get the ARN for a resource, use the
applicable
|
Tags |
[required] The tags that you want to add to the specified resource. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceArn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)