TCognitoIdentityProviderUpdateGroupRequest
Class in AWS.CognitoIdentityProvider
UpdateGroup 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 TCognitoIdentityProviderUpdateGroupRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AGroupName | Specify the name of the group. |