AWS Security ChangesHomeSearch

AWS lexv2 documentation change

Service: lexv2 · 2025-07-25 · Documentation low

File: lexv2/latest/dg/create-iam-test-set-features.md

Summary

Standardized region specifications in ARN examples

Security assessment

Consistent region formatting in resource ARNs without security impact.

Diff

diff --git a/lexv2/latest/dg/create-iam-test-set-features.md b/lexv2/latest/dg/create-iam-test-set-features.md
index d8fde2212..f0128eab6 100644
--- a//lexv2/latest/dg/create-iam-test-set-features.md
+++ b//lexv2/latest/dg/create-iam-test-set-features.md
@@ -110 +110 @@ JSON
-            "arn:aws:logs:Region:AwsAccountId:log-group:LogGroupName:*"
+                    "arn:aws:logs:us-east-1:AwsAccountId:log-group:LogGroupName:*"
@@ -137 +137 @@ JSON
-            "arn:aws:lex:Region:AwsAccountId:bot-alias/BotId/*"
+                    "arn:aws:lex:us-east-1:AwsAccountId:bot-alias/BotId/*"
@@ -163 +163 @@ JSON
-                  "arn:aws:kms:Region:AwsAccountId:key/KmsKeyId"
+                    "arn:aws:kms:us-east-1:AwsAccountId:key/KmsKeyId"
@@ -195 +195 @@ JSON
-                  "arn:aws:kms:Region:AwsAccountId:key/KmsKeyId"
+                    "arn:aws:kms:us-east-1:AwsAccountId:key/KmsKeyId"