| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The AWS::IAM::UserToGroupAddition type adds Identity and Access Management (IAM) users to a group.
This type supports updates. For more information about updating stacks, see Updating AWS CloudFormation Stacks.
{
"Type": "AWS::IAM::UserToGroupAddition",
"Properties": {
"GroupName": String,
"Users": [ User1, ... ]
}
} The name of group to add users to.
Required: Yes
Type: String
Update requires: no interruption
Required: Yes
Type: List of users
Update requires: no interruption
When the logical ID of this resource is provided to the Ref intrinsic
function, it returns the resource name. For example:
{ "Ref": "MyUserToGroupAddition" }For the AWS::IAM::UserToGroupAddition with the logical ID "MyUserToGroupAddition",
Ref will return the AWS resource name.
For more information about using the Ref function, see Ref.
To view AWS::IAM::UserToGroupAddition snippets, see Adding Users to a Group.