Tag Resource
voiceid_tag_resource | R Documentation |
Tags a Voice ID resource with the provided list of tags¶
Description¶
Tags a Voice ID resource with the provided list of tags.
Usage¶
voiceid_tag_resource(ResourceArn, Tags)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the Voice ID resource you want to tag. |
Tags |
[required] The list of tags to assign to the specified resource. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceArn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)