AWS lexv2 documentation change
Summary
Removed example IAM policy for QInConnect Service Linked Role permissions
Security assessment
Policy removal does not indicate a security fix. Likely documentation simplification without security implications.
Diff
diff --git a/lexv2/latest/dg/built-in-intent-qinconnect.md b/lexv2/latest/dg/built-in-intent-qinconnect.md index 9644f5db0..353f761a9 100644 --- a//lexv2/latest/dg/built-in-intent-qinconnect.md +++ b//lexv2/latest/dg/built-in-intent-qinconnect.md @@ -91,37 +90,0 @@ The Service Linked Role will get updated with the following permissions if the Q -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Sid": "QInConnectAssistantPolicy", - "Action": [ - "wisdom:CreateSession", - "wisdom:GetAssistant" - ], - "Resource": [ - "arn:aws:wisdom:*:{accountId}:assistant/[assistantId]", - "arn:aws:wisdom:*:{accountId}:assistant/[assistantId]/*" - ] - }, - { - "Effect": "Allow", - "Sid": "QInConnectSessionsPolicy", - "Action": [ - "wisdom:SendMessage", - "wisdom:GetNextMessage" - ], - "Resource": [ - "arn:aws:wisdom:*:{accountId}:session/[assistantId]/*" - ] - } - ] - } - -