letsencrypt-wildcard.json 507 B

1234567891011121314151617181920
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Effect": "Allow",
  6. "Action": "route53:GetChange",
  7. "Resource": "arn:aws:route53:::change/*"
  8. },
  9. {
  10. "Effect": "Allow",
  11. "Action": "route53:ChangeResourceRecordSets",
  12. "Resource": "arn:aws:route53:::hostedzone/*"
  13. },
  14. {
  15. "Effect": "Allow",
  16. "Action": "route53:ListHostedZonesByName",
  17. "Resource": "*"
  18. }
  19. ]
  20. }