| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Stratosphere.Resources.UserToGroupAddition
Description
The AWS::IAM::UserToGroupAddition type adds AWS Identity and Access Management (IAM) users to a group. This type supports updates. For more information about updating stacks, see AWS CloudFormation Stacks Updates.
Documentation
data UserToGroupAddition Source #
Full data type definition for UserToGroupAddition. See
 userToGroupAddition for a more convenient constructor.
Constructors
| UserToGroupAddition | |
Fields  | |
Arguments
| :: Val Text | |
| -> [Val Text] | |
| -> UserToGroupAddition | 
Constructor for UserToGroupAddition containing required fields as
 arguments.
utgaGroupName :: Lens' UserToGroupAddition (Val Text) Source #
The name of group to add users to.