Tag Resource
| lexmodelbuildingservice_tag_resource | R Documentation | 
Adds the specified tags to the specified resource¶
Description¶
Adds the specified tags to the specified resource. If a tag key already exists, the existing value is replaced with the new value.
Usage¶
lexmodelbuildingservice_tag_resource(resourceArn, tags)
Arguments¶
resourceArn | 
[required] The Amazon Resource Name (ARN) of the bot, bot alias, or bot channel to tag.  | 
tags | 
[required] A list of tag keys to add to the resource. If a tag key already exists, the existing value is replaced with the new value.  | 
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
  resourceArn = "string",
  tags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)