Skip to main content

TCognitoIdentityProviderAdminListUserAuthEventsRequest

Class in AWS.CognitoIdentityProvider

AdminListUserAuthEvents request class.

Ancestors

Properties

MaxResults

property MaxResults: TOptional<Integer>

NextToken

property NextToken: string

Username

property Username: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AUsername: string);

Constructor for TCognitoIdentityProviderAdminListUserAuthEventsRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AUsernameSpecify the Username of the user.