Skip to main content

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

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AGroupNameSpecify the name of the group.