AWS Security ChangesHomeSearch

AWS cli medium security documentation change

Service: cli · 2025-10-01 · Security-related medium

File: cli/latest/reference/datazone/get-connection.md

Summary

Added certificate data field and managed endpoint credential structure to connection details

Security assessment

Exposes security-sensitive connection details including certificate data and credential tokens with access constraints (max length 64 for credential IDs). These changes document security-related attributes of connections.

Diff

diff --git a/cli/latest/reference/datazone/get-connection.md b/cli/latest/reference/datazone/get-connection.md
index 29d0ae178..fed9b9e22 100644
--- a//cli/latest/reference/datazone/get-connection.md
+++ b//cli/latest/reference/datazone/get-connection.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »
@@ -1146,0 +1147,4 @@ props -> (tagged union structure)
+>> certificateData -> (string)
+>>
+>>> The certificate data of the EMR on EKS cluster.
+>> 
@@ -1207,0 +1212,30 @@ props -> (tagged union structure)
+>> managedEndpointArn -> (string)
+>>
+>>> The managed endpoint ARN of the EMR on EKS cluster.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `0`
+>>>   * max: `2048`
+>>> 
+
+>> 
+>> managedEndpointCredentials -> (structure)
+>>
+>>> The managed endpoint credentials of the EMR on EKS cluster.
+>>> 
+>>> id -> (string)
+>>>
+>>>> The identifier of the managed endpoint credentials.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `0`
+>>>>   * max: `64`
+>>>> 
+
+>>> 
+>>> token -> (string)
+>>>
+>>>> The ARN of the managed endpoint credentials.
+>> 
@@ -1299 +1333 @@ type -> (string)
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »