translate_tag_resource: Associates a specific tag with a resource

View source: R/translate_operations.R

translate_tag_resourceR Documentation

Associates a specific tag with a resource

Description

Associates a specific tag with a resource. A tag is a key-value pair that adds as a metadata to a resource. For more information, see Tagging your resources.

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

Usage

translate_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the given Amazon Translate resource to which you want to associate the tags.

Tags

[required] Tags being associated with a specific Amazon Translate resource. There can be a maximum of 50 tags (both existing and pending) associated with a specific resource.


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