AWS cli documentation change
Summary
Updated debug logging description to match changes in create-db-proxy.md
Security assessment
Consistency update for debug logging description across commands. Mirrors the create-db-proxy changes without introducing new security content or addressing vulnerabilities.
Diff
diff --git a/cli/latest/reference/rds/delete-db-proxy.md b/cli/latest/reference/rds/delete-db-proxy.md index 40257b55b..ac5440048 100644 --- a//cli/latest/reference/rds/delete-db-proxy.md +++ b//cli/latest/reference/rds/delete-db-proxy.md @@ -15 +15 @@ - * [AWS CLI 2.28.15 Command Reference](../../index.html) » + * [AWS CLI 2.28.16 Command Reference](../../index.html) » @@ -342 +342 @@ DBProxy -> (structure) ->> Indicates whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs. +>> Specifies whether the proxy logs detailed connection and query information. When you enable `DebugLogging` , the proxy captures connection details and connection pool behavior from your queries. Debug logging increases CloudWatch costs and can impact proxy performance. Enable this option only when you need to troubleshoot connection or performance issues. @@ -362 +362 @@ DBProxy -> (structure) - * [AWS CLI 2.28.15 Command Reference](../../index.html) » + * [AWS CLI 2.28.16 Command Reference](../../index.html) »