interface TagResourceRequest {
    ResourceArn: undefined | string;
    Tags: undefined | Tag[];
}

Hierarchy (view full)

Properties

Properties

ResourceArn: undefined | string

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

Tags: undefined | Tag[]

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.