TCognitoIdentityProviderAdminAddUserToGroupRequest
Class in AWS.CognitoIdentityProvider
AdminAddUserToGroup request class.
Ancestors
Properties
GroupName
property GroupName: string
Username
property Username: string
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId, AUsername, AGroupName: string);
Constructor for TCognitoIdentityProviderAdminAddUserToGroupRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AUsername | Specify the Username of the user. |
AGroupName | Specify the group name. |