AWS AWSCloudFormation documentation change
Summary
Added GetAtt documentation for retrieving group ID
Security assessment
Adds standard attribute documentation without security implications
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.md index 1f5ca692f..c2a23c49f 100644 --- a/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.md +++ b/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.md @@ -80,0 +81,13 @@ For more information about using the `Ref` function, see [`Ref`](https://docs.aw +### Fn::GetAtt + +The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. + +For more information about using the `Fn::GetAtt` intrinsic function, see [`Fn::GetAtt`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). + +#### + +`Id` + + +The stable and unique string identifying the group. For more information about IDs, see [IAM identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) in the _IAM User Guide_. +