Skip to main content

TCognitoIdentityProviderDeleteGroupRequest

Class in AWS.CognitoIdentityProvider

DeleteGroup request class.

Ancestors

Properties

GroupName

property GroupName: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AGroupName: string);

Constructor for TCognitoIdentityProviderDeleteGroupRequest.

Parameters

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