Conditions are great. They allow you to enforce policies only when certain criteria are met. Given the following condition section of an IAM policy statement, what does the condition likely enforce?
"Condition": {
"StringLike": {
"aws:UserAgent": "Mozilla/*"
}
}You can read more about the aws:UserAgent condition key and other keys in the AWS documentation.