CARVIEW |
IAM JSON policy elements: Effect
The Effect
element is required and specifies whether the statement results in
an allow or an explicit deny. Valid values for Effect
are Allow
and
Deny
. The Effect
value is case sensitive.
"Effect":"Allow"
By default, access to resources is denied. To allow access to a resource, you must set the
Effect
element to Allow
. To override an allow (for example, to
override an allow that is otherwise in force), you set the Effect
element to
Deny
. For more information, see Policy evaluation logic.
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.