TCognitoIdentityProviderCreateGroupRequest
Class in AWS.CognitoIdentityProvider
CreateGroup request class.
Ancestors
Properties
Description
property Description: string
GroupName
property GroupName: string
Precedence
property Precedence: TOptional<Integer>
RoleArn
property RoleArn: TARN
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId, AGroupName: string);
Constructor for TCognitoIdentityProviderCreateGroupRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AGroupName | Specify a name for the group. |