AWS IAM documentation change
Summary
Updated example tag value from 'manager' to 'Manager' for case consistency
Security assessment
Case correction in a tag value example maintains documentation consistency but doesn't relate to security vulnerabilities or introduce new security features.
Diff
diff --git a/IAM/latest/UserGuide/reference_policies_examples_iam-add-tag.md b/IAM/latest/UserGuide/reference_policies_examples_iam-add-tag.md index 1fa62c54b..0f646c4e6 100644 --- a//IAM/latest/UserGuide/reference_policies_examples_iam-add-tag.md +++ b//IAM/latest/UserGuide/reference_policies_examples_iam-add-tag.md @@ -9 +9 @@ -This example shows how you might create an identity-based policy that allows adding the tag key `Department` with the tag values `Marketing`, `Development`, or `QualityAssurance` to an IAM user. That user must already include the tag key–value pair `JobFunction = manager`. You can use this policy to require that a manager belong to only one of three departments. This policy defines permissions for programmatic and console access. To use this policy, replace the `italicized placeholder text` in the example policy with your own information. Then, follow the directions in [create a policy](./access_policies_create.html) or [edit a policy](./access_policies_manage-edit.html). +This example shows how you might create an identity-based policy that allows adding the tag key `Department` with the tag values `Marketing`, `Development`, or `QualityAssurance` to an IAM user. That user must already include the tag key–value pair `JobFunction = Manager`. You can use this policy to require that a manager belong to only one of three departments. This policy defines permissions for programmatic and console access. To use this policy, replace the `italicized placeholder text` in the example policy with your own information. Then, follow the directions in [create a policy](./access_policies_create.html) or [edit a policy](./access_policies_manage-edit.html).