IAM / ml / translate

AWS Translate (IAM)

JSON →
AWStranslateml

Amazon Translate is a neural machine translation service that delivers fast, high-quality, and customizable language translation.

iamaws
Permissions
Actions in this service
translate:ListLanguages
translate:ListTerminologies
translate:GetTerminology
translate:ListParallelData
translate:GetParallelData
Policy
Minimal privilege example

Copy-paste least-privilege policy statement — not yet harness-verified.

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "translate:ListLanguages", "translate:ListTerminologies", "translate:GetTerminology", "translate:ListParallelData", "translate:GetParallelData" ], "Resource": "*" } ] }
SDK mapping
Method → permission

SDK method mapping (e.g. boto3.get_object()s3:GetObject) is not yet collected.

Footguns
Known gotchas
Avoid translate:* — grants full access to all translation and resource management actions.
Avoid translate:DeleteTerminology — can permanently remove custom terminologies.
Resources