Key Conditional Terms to Know
To ensure you’re fully aware of all the tools at your disposal before you attempt to craft more complex policies, there are some conditional terms and operators you should be familiar with.
Note
The list of key terms provided is not all-inclusive. You also need not memorize each and every term from the list for the certification test.
The purpose of this section is to show you the different ways to narrow the scope of permissions within AWS accounts and organizations and help you become familiar with the operators and condition operators. Remember that these policies (as of the time of publication) are written in JSON.
Condition operators are broken down into the following categories:
- String
- Numeric
- Date and time
- Boolean
- Binary
- IP address
- ARN
IfExists
(check whether the key value exists and needs an additional value)NullCheck
(check whether the key value exists and does not need another value...