AWS Security ChangesHomeSearch

AWS cli medium security documentation change

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

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

Summary

Added managed endpoint authentication parameters including ARN validation, certificate data, and credential structure with access token

Security assessment

Introduces security-related parameters for EMR on EKS cluster connections including certificate data handling (max length increased from 256 to 2048), ARN pattern validation, and credential management structure with token ARN references. These changes directly relate to authentication and authorization security controls.

Diff

diff --git a/cli/latest/reference/datazone/create-connection.md b/cli/latest/reference/datazone/create-connection.md
index 8942e6b61..26d866dc4 100644
--- a//cli/latest/reference/datazone/create-connection.md
+++ b//cli/latest/reference/datazone/create-connection.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »
@@ -889 +889,2 @@ JSON Syntax:
->>>   * max: `256`
+>>>   * max: `2048`
+>>>   * pattern: `^arn:aws(-(cn|us-gov|iso(-[bef])?))?:(elasticmapreduce|emr-serverless|emr-containers):.*`
@@ -924,0 +926,11 @@ JSON Syntax:
+>> 
+>> managedEndpointArn -> (string)
+>>
+>>> The managed endpoint ARN of the EMR on EKS cluster.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `0`
+>>>   * max: `2048`
+>>> 
+
@@ -1131,0 +1144 @@ JSON Syntax:
+        "managedEndpointArn": "string",
@@ -2154,0 +2168,4 @@ props -> (tagged union structure)
+>> certificateData -> (string)
+>>
+>>> The certificate data of the EMR on EKS cluster.
+>> 
@@ -2215,0 +2233,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.
+>> 
@@ -2307 +2354 @@ type -> (string)
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »