AWS Security ChangesHomeSearch

AWS cli medium security documentation change

Service: cli · 2026-06-10 · Security-related medium

File: cli/latest/reference/devops-agent/describe-private-connection.md

Summary

Added DNS resolution mode and failure message fields to output

Security assessment

Documented DNS resolution controls (IN_VPC option) that limit DNS query exposure to public internet

Diff

diff --git a/cli/latest/reference/devops-agent/describe-private-connection.md b/cli/latest/reference/devops-agent/describe-private-connection.md
index addd2f792..cd13c7d72 100644
--- a//cli/latest/reference/devops-agent/describe-private-connection.md
+++ b//cli/latest/reference/devops-agent/describe-private-connection.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.1 Command Reference](../../index.html) »
@@ -306,0 +307,22 @@ certificateExpiryTime -> (timestamp)
+dnsResolution -> (string)
+
+> DNS resolution mode for the Private Connection’s resource gateway.
+> 
+> Possible values:
+> 
+>   * `PUBLIC`
+>   * `IN_VPC`
+> 
+
+
+failureMessage -> (string)
+
+> Message describing the reason for a failed Private Connection, if applicable.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `1000`
+> 
+
+
@@ -345 +367 @@ tags -> (map)
-  * [AWS CLI 2.34.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.1 Command Reference](../../index.html) »