moto/moto/polly/utils.py
2021-10-18 19:44:29 +00:00

3 lines
142 B
Python

def make_arn_for_lexicon(account_id, name, region_name):
return "arn:aws:polly:{0}:{1}:lexicon/{2}".format(region_name, account_id, name)