AWS connect documentation change
Summary
Minor grammatical change in IAM policy tag condition example
Security assessment
Change removes redundant phrase 'in order' without altering security meaning. The documentation still explains tag-based access controls without introducing new security implications.
Diff
diff --git a/connect/latest/adminguide/tagging.md b/connect/latest/adminguide/tagging.md index e9d613929..a6dd8f994 100644 --- a//connect/latest/adminguide/tagging.md +++ b//connect/latest/adminguide/tagging.md @@ -78 +78 @@ Tags are removed only after the entire Connect Customer instance is deleted, at -To use tags to control access to resources within your AWS accounts, you need to provide tag information in the condition element of an IAM policy. For example, to control access to your Voice ID domain based on the tags you've assigned to it, use the `aws:ResourceTag/key-name` condition key to specify which tag key:value pair must be attached to the domain, in order to allow given actions for it. +To use tags to control access to resources within your AWS accounts, you need to provide tag information in the condition element of an IAM policy. For example, to control access to your Voice ID domain based on the tags you've assigned to it, use the `aws:ResourceTag/key-name` condition key to specify which tag key:value pair must be attached to the domain, to allow given actions for it.