AWS redshift documentation change
Summary
Clarified that the 'sslversion' column is empty when SSL is disabled.
Security assessment
Improves documentation accuracy for SSL logging, aiding in security monitoring. No indication of a resolved vulnerability, but enhances clarity about security-related logging behavior.
Diff
diff --git a/redshift/latest/dg/r_STL_CONNECTION_LOG.md b/redshift/latest/dg/r_STL_CONNECTION_LOG.md index 6fb490906..c61fb7591 100644 --- a//redshift/latest/dg/r_STL_CONNECTION_LOG.md +++ b//redshift/latest/dg/r_STL_CONNECTION_LOG.md @@ -28 +28 @@ duration | integer | Duration of connection in microseconds. -sslversion | character(50) | Secure Sockets Layer (SSL) version. +sslversion | character(50) | Secure Sockets Layer (SSL) version. This column is empty when SSL is disabled.