AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2025-05-31 · Documentation low

File: IAM/latest/UserGuide/reference_policies_examples_iam-new-user-tag.md

Summary

Updated documentation link text from 'Multivalued context keys' to 'Set operators for multivalued context keys'

Security assessment

Change only modifies hyperlink text for clarity/accuracy without altering security guidance or addressing vulnerabilities

Diff

diff --git a/IAM/latest/UserGuide/reference_policies_examples_iam-new-user-tag.md b/IAM/latest/UserGuide/reference_policies_examples_iam-new-user-tag.md
index 70d7f6640..a50280317 100644
--- a//IAM/latest/UserGuide/reference_policies_examples_iam-new-user-tag.md
+++ b//IAM/latest/UserGuide/reference_policies_examples_iam-new-user-tag.md
@@ -11 +11 @@ The first condition in the statement uses the `StringEqualsIfExists` condition o
-The second condition uses the `ForAllValues:StringEquals` condition operator. The condition returns true if there's a match between every one of the specified tag keys specified in the request, and at least one value in the policy. This means that all of the tags in the request must be in this list. However, the request can include only one of the tags in the list. For example, you can create an IAM user with only the `Department=QualityAssurance` tag. However, you cannot create an IAM user with the `JobFunction=employee` tag and the `Project=core` tag. For more information about using `ForAllValues`, see [Multivalued context keys](./reference_policies_condition-single-vs-multi-valued-context-keys.html#reference_policies_condition-multi-valued-context-keys).
+The second condition uses the `ForAllValues:StringEquals` condition operator. The condition returns true if there's a match between every one of the specified tag keys specified in the request, and at least one value in the policy. This means that all of the tags in the request must be in this list. However, the request can include only one of the tags in the list. For example, you can create an IAM user with only the `Department=QualityAssurance` tag. However, you cannot create an IAM user with the `JobFunction=employee` tag and the `Project=core` tag. For more information about using `ForAllValues`, see [Set operators for multivalued context keys](./reference_policies_condition-single-vs-multi-valued-context-keys.html#reference_policies_condition-multi-valued-context-keys).