AWS::IAM::UserToGroupAddition
Adds the specified user to the specified group.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IAM::UserToGroupAddition", "Properties" : { "GroupName" :String, "Users" :[ String, ... ]} }
Properties
GroupName-
The name of the group to update.
This parameter allows (through its regex pattern
) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@- Required: Yes
Type: String
Minimum:
1Maximum:
128Pattern:
[\w+=,.@-]+Update requires: No interruption
Users-
A list of the names of the users that you want to add to the group.
Required: Yes
Type: List of String
Update requires: No interruption
Return values
Ref
When the logical ID of this resource is provided to the Refintrinsic function, Refreturns the resource name.
For example:
{ "Ref": "MyUserToGroupAddition" }
For the AWS::IAM::UserToGroupAddition resource with the logical ID
MyUserToGroupAddition, Ref will return the Amazon resource name.
For more information about using the Reffunction, see Ref.
See also
-
To view
AWS::IAM::UserToGroupAdditiontemplate example snippets, see Add Users to a Group. -
AddUserToGroup in the Amazon Identity and Access Management API Reference