AWS lex documentation change
Summary
Updated IAM policy examples with placeholder account numbers and removed redundant Kendra query policy
Security assessment
Standard documentation maintenance with no security-specific changes. Account number updates are routine sanitization without security implications.
Diff
diff --git a/lex/latest/dg/built-in-intent-kendra-search.md b/lex/latest/dg/built-in-intent-kendra-search.md index f908af799..fa0e3e5e7 100644 --- a//lex/latest/dg/built-in-intent-kendra-search.md +++ b//lex/latest/dg/built-in-intent-kendra-search.md @@ -73,0 +74,6 @@ The user, role, or group that you use to access the Amazon Lex console must have +JSON + + +**** + + @@ -100,0 +108,6 @@ The user, role, or group that you use to specify the runtime role must have the +JSON + + +**** + + @@ -108 +121 @@ The user, role, or group that you use to specify the runtime role must have the - "Resource": "arn:aws:iam::account:role/role" + "Resource": "arn:aws:iam::111122223333:role/role" @@ -125,15 +138,0 @@ The following code is formatted for Linux and MacOS. For Windows, replace the Li - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": [ - "kendra:Query" - ], - "Resource": [ - "arn:aws:kendra:region:account:index/index ID" - ] - } - ] - } -