Closed parrott-kevin closed 4 years ago
When creating policies for cloudfront, resource level specifications are not allowed and example. So when creating policies the creator has to remember to change
"Resource": [ "arn:aws:cloudfront:::*" ]
to
"Resource": [ "*" ]
for the policy to be correct.
resource level specifications are not allowed
This is no longer the case.
When creating policies for cloudfront, resource level specifications are not allowed and example. So when creating policies the creator has to remember to change
to
for the policy to be correct.