AWS Polly (IAM)
JSON →Amazon Polly is a service that turns text into lifelike speech using deep learning, allowing you to create applications that talk.
Common permissions
polly:DescribeVoicespolly:ListLexiconspolly:GetLexiconpolly:PutLexiconpolly:StartSpeechSynthesisTask Least-privilege example
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"polly:DescribeVoices",
"polly:ListLexicons",
"polly:GetLexicon",
"polly:PutLexicon",
"polly:StartSpeechSynthesisTask"
],
"Resource": "*"
}
]
} Warnings
- Avoid polly:* — grants full control including deletion of lexicons.
- Avoid polly:DeleteLexicon — can remove custom pronunciation lexicons.
Resources
API
full doc /v1/iam/polly