AWS Security ChangesHomeSearch

AWS redshift documentation change

Service: redshift · 2025-05-22 · Documentation low

File: redshift/latest/dg/SYS_CONNECTION_LOG.md

Summary

Clarified that the 'ssl_version' column is empty when SSL is disabled

Security assessment

Adds documentation clarity about SSL status tracking but does not address a security issue or introduce new security features. Helps users interpret security-related metadata.

Diff

diff --git a/redshift/latest/dg/SYS_CONNECTION_LOG.md b/redshift/latest/dg/SYS_CONNECTION_LOG.md
index d3db0fec1..36cb73d60 100644
--- a//redshift/latest/dg/SYS_CONNECTION_LOG.md
+++ b//redshift/latest/dg/SYS_CONNECTION_LOG.md
@@ -26 +26 @@ duration  | integer  | Duration of connection in microseconds.
-ssl_version | character(50)  | Secure Sockets Layer (SSL) version.  
+ssl_version | character(50)  | Secure Sockets Layer (SSL) version. This column is empty when SSL is disabled.