AWS Security ChangesHomeSearch

AWS agentworkspace documentation change

Service: agentworkspace · 2026-05-10 · Documentation low

File: agentworkspace/latest/devguide/integrating-with-agent-workspace-troubleshooting.md

Summary

Updated references from 'Amazon Connect Customer agent workspace' to 'Connect Customer Customer agent workspace' in title and content

Security assessment

Change is limited to terminology/branding updates. No security configurations, vulnerabilities, or features are mentioned or modified in the diff.

Diff

diff --git a/agentworkspace/latest/devguide/integrating-with-agent-workspace-troubleshooting.md b/agentworkspace/latest/devguide/integrating-with-agent-workspace-troubleshooting.md
index ad3e40182..54ffa2107 100644
--- a//agentworkspace/latest/devguide/integrating-with-agent-workspace-troubleshooting.md
+++ b//agentworkspace/latest/devguide/integrating-with-agent-workspace-troubleshooting.md
@@ -9 +9 @@ EventsRequests
-# Troubleshoot application setup in Amazon Connect Customer agent workspace
+# Troubleshoot application setup in Connect Customer Customer agent workspace
@@ -11 +11 @@ EventsRequests
-You can use the [Amazon Connect SDK's](https://github.com/amazon-connect/AmazonConnectSDK) ` AppConfig` object to retrieve data about your applications’s setup in the Amazon Connect Customer agent workspace, including its permissions. This will allow you to inspect its state and determine which permissions were assigned to your app. Accessing its ` permissions` property will return a list of strings, each representing a permissions that grants access to a set of events and requests. Performing an action, whether subscribing to an event or making a request, will fail if your app does not have the corresponding permission that grants the action. You may have to ask your account admin to assign the permissions required for your app to function. To review the full list of permissions assignable to apps, please see the admin guide.
+You can use the [Amazon Connect SDK's](https://github.com/amazon-connect/AmazonConnectSDK) ` AppConfig` object to retrieve data about your applications’s setup in the Connect Customer Customer agent workspace, including its permissions. This will allow you to inspect its state and determine which permissions were assigned to your app. Accessing its ` permissions` property will return a list of strings, each representing a permissions that grants access to a set of events and requests. Performing an action, whether subscribing to an event or making a request, will fail if your app does not have the corresponding permission that grants the action. You may have to ask your account admin to assign the permissions required for your app to function. To review the full list of permissions assignable to apps, please see the admin guide.