Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Tagging a new resource

Focus mode
Tagging a new resource - Amazon Translate

You can add tags to a ParallelData or Custom Terminology resource when you create it.

To add tags to a new resource (console)
  1. Sign in to the Amazon Translate console.

  2. From the left navigation pane, select the resource (Parallel data or Custom terminology) that you want to create.

  3. Chose Create parallel data or Create terminology. The console displays the main 'create' page for your resource. At the end of this page, you see a 'Tags - optional' panel.

    Screen shot showing the empty tags panel.
  4. Choose Add new tag to add a tag for the resource. Enter a tag key and, optionally, a tag value.

    Screen shot showing the tags panel with one tag defined.
  5. Repeat step 4 until you have added all your tags. Each key must be unique for this resource.

    Screen shot showing the the empty fields for adding a new tag.
  6. Choose Create parallel data or Create terminology to create the resource.

You can also add tags using the Amazon Translate CreateParallelData API operation. The following example shows how to add tags with the create-parallel-data CLI command.

aws translate create-parallel-data \ --name "myTest" \ --parallel-data-config "{\"format\": \"CSV\", \ "S3Uri\": \"s3://test-input/TEST.csv\"}" \ --tags "[{\"Key\": \"color\",\"Value\": \"orange\"}]"
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.