Missing "," in second policy example

master
marcusbirkin 2018-02-11 12:42:43 +00:00
parent 8842d8064a
commit 1041391be6
1 changed files with 2 additions and 2 deletions

@ -51,8 +51,8 @@ If you want to use a must more restrictive AWS policy, use the following:
{ {
"Effect": "Allow", "Effect": "Allow",
"Action": [ "Action": [
"route53:GetHostedZone" "route53:GetHostedZone",
"route53:ListResourceRecordSets" "route53:ListResourceRecordSets",
"route53:ChangeResourceRecordSets" "route53:ChangeResourceRecordSets"
], ],
"Resource": "arn:aws:route53:::hostedzone/hosted zone id" "Resource": "arn:aws:route53:::hostedzone/hosted zone id"