Skip to main content

TCognitoIdentityProviderGetGroupRequest

Class in AWS.CognitoIdentityProvider

GetGroup request class.

Ancestors

Properties

GroupName

property GroupName: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AGroupName: string);

Constructor for TCognitoIdentityProviderGetGroupRequest.

Parameters

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