We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf34ae commit f4ad057Copy full SHA for f4ad057
docs/examples/iam-policy.json
@@ -36,6 +36,7 @@
36
{
37
"Effect": "Allow",
38
"Action": [
39
+ "elasticloadbalancing:AddListenerCertificates",
40
"elasticloadbalancing:AddTags",
41
"elasticloadbalancing:CreateListener",
42
"elasticloadbalancing:CreateLoadBalancer",
@@ -62,6 +63,7 @@
62
63
"elasticloadbalancing:ModifyTargetGroup",
64
"elasticloadbalancing:ModifyTargetGroupAttributes",
65
"elasticloadbalancing:RegisterTargets",
66
+ "elasticloadbalancing:RemoveListenerCertificates",
67
"elasticloadbalancing:RemoveTags",
68
"elasticloadbalancing:SetIpAddressType",
69
"elasticloadbalancing:SetSecurityGroups",
0 commit comments