AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-05-07 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-userprofile-iamuserprofiledetails.md

Summary

Added GroupProfileId and SessionName properties to IAM user profile details

Security assessment

Adds new optional properties without security context. No evidence of security vulnerability remediation.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-userprofile-iamuserprofiledetails.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-userprofile-iamuserprofiledetails.md
index 0aa2129d3..09fbe0b74 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-userprofile-iamuserprofiledetails.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-userprofile-iamuserprofiledetails.md
@@ -21 +21,3 @@ To declare this entity in your CloudFormation template, use the following syntax
-      "Arn" : String
+      "Arn" : String,
+      "GroupProfileId" : String,
+      "SessionName" : String
@@ -28,0 +31,2 @@ To declare this entity in your CloudFormation template, use the following syntax
+      GroupProfileId: String
+      SessionName: String
@@ -37,0 +42,22 @@ The ARN of the IAM user.
+_Required_ : No
+
+ _Type_ : String
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+
+`GroupProfileId`
+    
+
+Property description not available.
+
+_Required_ : No
+
+ _Type_ : String
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+
+`SessionName`
+    
+
+Property description not available.
+