AWS connect documentation change
Summary
Replaced placeholder account ID with concrete example (111122223333)
Security assessment
Documentation example standardization without security implications.
Diff
diff --git a/connect/latest/adminguide/chat-message-streaming.md b/connect/latest/adminguide/chat-message-streaming.md index 8d8d206b3..59911ac26 100644 --- a//connect/latest/adminguide/chat-message-streaming.md +++ b//connect/latest/adminguide/chat-message-streaming.md @@ -122 +122 @@ JSON - "AWS": "arn:aws:iam::your_accountId:root", + "AWS": "arn:aws:iam::111122223333:root", @@ -132 +132 @@ JSON - "AWS": "arn:aws:iam::your_accountId:root", + "AWS": "arn:aws:iam::111122223333:root",