AWS cli documentation change
Summary
Added rolePrincipalArn and rolePrincipalId fields to output documentation describing IAM role principal association with group profiles
Security assessment
Adds documentation about IAM role principals associated with group profiles, which is security-relevant for understanding access control. No evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/datazone/get-group-profile.md b/cli/latest/reference/datazone/get-group-profile.md index e7bde6cef..79a325182 100644 --- a//cli/latest/reference/datazone/get-group-profile.md +++ b//cli/latest/reference/datazone/get-group-profile.md @@ -15 +15 @@ - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) » @@ -269,0 +270,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. + @@ -280 +288 @@ groupName -> (string) - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) »