AWS lex documentation change
Summary
Updated IAM policy example by replacing placeholder 'account-id' with sample account number '123456789012' in resource ARN.
Security assessment
This is a trivial documentation example update with placeholder replacement. No security vulnerabilities, configurations, or features are addressed or documented.
Diff
diff --git a/lex/latest/dg/conversation-logs-policies.md b/lex/latest/dg/conversation-logs-policies.md index 2425271f2..2481c6605 100644 --- a//lex/latest/dg/conversation-logs-policies.md +++ b//lex/latest/dg/conversation-logs-policies.md @@ -147 +147 @@ JSON - "iam:AssociatedResourceARN": "arn:aws:lex:region:account-id:bot:bot-name:bot-alias" + "iam:AssociatedResourceARN": "arn:aws:lex:region:123456789012:bot:bot-name:bot-alias"