AWS Security ChangesHomeSearch

AWS glue medium security documentation change

Service: glue · 2025-05-16 · Security-related medium

File: glue/latest/dg/zoho-crm-connector-limitations.md

Summary

Added detailed limitations for Zoho CRM Async mode, including API constraints, data access controls for sensitive health data, and filtering restrictions.

Security assessment

The documentation explicitly states that sensitive health data fields return empty values unless 'Restrict Data access through API' is disabled. This directly addresses data security controls and compliance settings, making it a security-related documentation update.

Diff

diff --git a/glue/latest/dg/zoho-crm-connector-limitations.md b/glue/latest/dg/zoho-crm-connector-limitations.md
index 591bf7130..833fc2dc3 100644
--- a//glue/latest/dg/zoho-crm-connector-limitations.md
+++ b//glue/latest/dg/zoho-crm-connector-limitations.md
@@ -32,0 +33,24 @@ The following are limitations or notes for the Zoho CRM connector:
+  * Async read functionality [Limitations:](https://www.zoho.com/crm/developer/docs/api/v7/bulk-read/limitations.html)
+
+    * Limit order by and partitioning is not supported in the Async mode. 
+
+    * In the Async mode we can transfer data up to 500 pages with 200,000 records per page.
+
+    * For a one-minute interval, only 10 requests are allowed for download. When you exceed the download limit, the system returns an HTTP 429 error and pauses all download requests for one minute before processing can resume.
+
+    * After completing the bulk job, you can access the downloadable file only for a period of one day. After that, you cannot access the file via endpoints.
+
+    * A maximum of 200 select fields can be given via an endpoint. If you specify more than 200 select fields in an endpoint, the system will automatically export all available fields for that module.
+
+    * External fields created in any module are not supported in Bulk Read APIs.
+
+    * Sorting and `Group_by` clauses are not supported via this API endpoint.
+
+    * The values of the fields with sensitive health data will be retrieved only when the **Restrict Data access through API** option in the compliance settings is **disabled**. If the option is enabled, the value will be **empty** in the result.
+
+    * Filtration/Criteria Limits
+
+      * The maximum number of criteria that can be used in a query is 25.
+
+      * Filtration/Criteria on multiline text fields is not supported.
+