IAM / ml / polly

AWS Polly (IAM)

JSON →
AWSpollyml

Amazon Polly is a service that turns text into lifelike speech using deep learning, allowing you to create applications that talk.

iamaws
Permissions
Actions in this service
polly:DescribeVoices
polly:ListLexicons
polly:GetLexicon
polly:PutLexicon
polly:StartSpeechSynthesisTask
Policy
Minimal privilege example

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

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "polly:DescribeVoices", "polly:ListLexicons", "polly:GetLexicon", "polly:PutLexicon", "polly:StartSpeechSynthesisTask" ], "Resource": "*" } ] }
SDK mapping
Method → permission

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

Footguns
Known gotchas
Avoid polly:* — grants full control including deletion of lexicons.
Avoid polly:DeleteLexicon — can remove custom pronunciation lexicons.
Resources