lexmodelsv2_tag_resource: Adds the specified tags to the specified resource

View source: R/lexmodelsv2_operations.R

lexmodelsv2_tag_resourceR 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.

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

Usage

lexmodelsv2_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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.