AWS Security ChangesHomeSearch

AWS singlesignon documentation change

Service: singlesignon · 2025-08-13 · Documentation low

File: singlesignon/latest/userguide/tagging.md

Summary

Updated grammatical phrasing from contractions ('can't' to 'cannot', 'it's' to 'it is') and maintained consistency in wording

Security assessment

Changes are grammatical improvements and consistency updates. The content about tag restrictions (e.g., avoiding 'aws:' prefix) was already present and not modified in substance.

Diff

diff --git a/singlesignon/latest/userguide/tagging.md b/singlesignon/latest/userguide/tagging.md
index 473b3b0f0..b25f5847f 100644
--- a//singlesignon/latest/userguide/tagging.md
+++ b//singlesignon/latest/userguide/tagging.md
@@ -13 +13 @@ A _tag_ is a custom attribute label that you add to an AWS resource to make it e
-  * A _tag value_ (for example, `111122223333` or `Production`). Tag values can be up to 256 characters in length, and like tag keys, are case sensitive. You can set the value of a tag to an empty string, but you can't set the value of a tag to null. Omitting the tag value is the same as using an empty string. 
+  * A _tag value_ (for example, `111122223333` or `Production`). Tag values can be up to 256 characters in length, and like tag keys, are case sensitive. You can set the value of a tag to an empty string, but you cannot set the value of a tag to null. Omitting the tag value is the same as using an empty string. 
@@ -22 +22 @@ In addition to identifying, organizing, and tracking your AWS resources with tag
-You can apply tags to permission sets only. You can't apply tags to the corresponding roles that IAM Identity Center creates in AWS accounts. You can use the IAM Identity Center console, AWS CLI or the IAM Identity Center APIs to add, edit, or delete tags for a permission set.
+You can apply tags to permission sets only. You cannot apply tags to the corresponding roles that IAM Identity Center creates in AWS accounts. You can use the IAM Identity Center console, AWS CLI or the IAM Identity Center APIs to add, edit, or delete tags for a permission set.
@@ -55 +55 @@ a-z, A-Z, 0-9, space, and the following characters: _ . : / = + - and @
-  * Don't use `aws:` as a prefix for keys; it's reserved for AWS use
+  * Don't use `aws:` as a prefix for keys; it is reserved for AWS use