AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-19 · Documentation low

File: cli/latest/reference/datazone/get-user-profile.md

Summary

Added --session-name parameter for IAM role sessions with constraints (min:2, max:64) and added sessionName and groupProfileId fields to output structure

Security assessment

Mirrors changes in create-user-profile.md, adding session name parameter and output fields for IAM role sessions. This is a security feature enhancement for auditing but not a vulnerability fix.

Diff

diff --git a/cli/latest/reference/datazone/get-user-profile.md b/cli/latest/reference/datazone/get-user-profile.md
index 6b9fadc51..2280533ab 100644
--- a//cli/latest/reference/datazone/get-user-profile.md
+++ b//cli/latest/reference/datazone/get-user-profile.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.32 Command Reference](../../index.html) »
@@ -69,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--session-name <value>]
@@ -125,0 +127,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+`--session-name` (string)
+
+> The session name for IAM role sessions.
+> 
+> Constraints:
+> 
+>   * min: `2`
+>   * max: `64`
+> 
+
+
@@ -301,0 +314,8 @@ details -> (tagged union structure)
+>> 
+>> sessionName -> (string)
+>>
+>>> The session name for IAM role sessions.
+>> 
+>> groupProfileId -> (string)
+>>
+>>> The identifier of the group profile associated with the IAM user profile. This links the user to a specific group profile within the Amazon DataZone domain.
@@ -337 +357 @@ details -> (tagged union structure)
-  * [AWS CLI 2.34.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.32 Command Reference](../../index.html) »