AWS connect documentation change
Summary
Fixed apostrophe typo in 'user's access'
Security assessment
Change only corrects punctuation (curly apostrophe to straight apostrophe) without altering security content or addressing vulnerabilities
Diff
diff --git a/connect/latest/adminguide/tag-based-access-control.md b/connect/latest/adminguide/tag-based-access-control.md index a2fe6274d..4c0b07317 100644 --- a//connect/latest/adminguide/tag-based-access-control.md +++ b//connect/latest/adminguide/tag-based-access-control.md @@ -23 +23 @@ A _resource_ tag is a custom metadata label that you can add to a resource to ma -An access control tag is similar to a resource tag in that it uses the same _Key:value_ structure. However, the distinction with an access control tag is that it introduces authorization controls that limit a user’s access, to only specified resources containing resource tags with identical _Key:value_ pairs. Access control tags are defined within security profiles, by first selecting the resource (routing profile, queue, users, etc.) for which to control access to, and then defining the _Key:value_ pair to match on. Once a security profile with access control tags has been applied to a user, it will limit the user's access based on the defined combination of the selected resource(s) and access control tag(s) (_Key:value_). Without access control tags applied, a user will be able to see all resources if given permission to do so. +An access control tag is similar to a resource tag in that it uses the same _Key:value_ structure. However, the distinction with an access control tag is that it introduces authorization controls that limit a user's access, to only specified resources containing resource tags with identical _Key:value_ pairs. Access control tags are defined within security profiles, by first selecting the resource (routing profile, queue, users, etc.) for which to control access to, and then defining the _Key:value_ pair to match on. Once a security profile with access control tags has been applied to a user, it will limit the user's access based on the defined combination of the selected resource(s) and access control tag(s) (_Key:value_). Without access control tags applied, a user will be able to see all resources if given permission to do so.