AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/datazone/create-group-profile.md

Summary

Updated AWS CLI version from 2.34.29 to 2.34.32, changed group-identifier from required to optional, added new role-principal-arn parameter, and added rolePrincipalArn and rolePrincipalId output fields

Security assessment

The change adds a new role-principal-arn parameter for associating IAM roles with group profiles, which is a security feature for defining permissions. This enhances security documentation by clarifying how IAM roles integrate with group profiles, but doesn't address a specific security vulnerability.

Diff

diff --git a/cli/latest/reference/datazone/create-group-profile.md b/cli/latest/reference/datazone/create-group-profile.md
index fdd477ea9..2d915132b 100644
--- a//cli/latest/reference/datazone/create-group-profile.md
+++ b//cli/latest/reference/datazone/create-group-profile.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.32 Command Reference](../../index.html) »
@@ -68 +68,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    --group-identifier <value>
+    [--group-identifier <value>]
+    [--role-principal-arn <value>]
@@ -105 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--group-identifier` (string) [required]
+`--group-identifier` (string)
@@ -114,0 +116,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+`--role-principal-arn` (string)
+
+> The ARN of the IAM role that will be associated with the group profile. This role defines the permissions that group members will assume when accessing Amazon DataZone resources.
+
@@ -274,0 +280,8 @@ groupName -> (string)
+rolePrincipalArn -> (string)
+
+> The ARN of the IAM role principal. This role is associated with the group profile.
+
+rolePrincipalId -> (string)
+
+> The unique identifier of the IAM role principal. This principal is associated with the group profile.
+
@@ -285 +298 @@ groupName -> (string)
-  * [AWS CLI 2.34.29 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.32 Command Reference](../../index.html) »