We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246bc0a commit 9f8b5e6Copy full SHA for 9f8b5e6
docs/iam_policy.json
@@ -15,7 +15,11 @@
15
"route53:ListResourceRecordSets",
16
"route53:ChangeResourceRecordSets",
17
"acm:ListCertificates",
18
- "acm:DescribeCertificate"
+ "acm:DescribeCertificate",
19
+ "lambda:GetFunction",
20
+ "lambda:DisableReplication*",
21
+ "lambda:EnableReplication*",
22
+ "iam:CreateServiceLinkedRole"
23
],
24
"Resource": "*"
25
}
0 commit comments