AWS Translate (IAM)
JSON →Amazon Translate is a neural machine translation service that delivers fast, high-quality, and customizable language translation.
Common permissions
translate:ListLanguagestranslate:ListTerminologiestranslate:GetTerminologytranslate:ListParallelDatatranslate:GetParallelData Least-privilege example
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"translate:ListLanguages",
"translate:ListTerminologies",
"translate:GetTerminology",
"translate:ListParallelData",
"translate:GetParallelData"
],
"Resource": "*"
}
]
} Warnings
- Avoid translate:* — grants full access to all translation and resource management actions.
- Avoid translate:DeleteTerminology — can permanently remove custom terminologies.
Resources
API
full doc /v1/iam/translate