Skip to main content

TCognitoIdentityProviderAdminEnableUserRequest

Class in AWS.CognitoIdentityProvider

AdminEnableUser request class.

Ancestors

Properties

Username

property Username: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AUsername: string);

Constructor for TCognitoIdentityProviderAdminEnableUserRequest.

Parameters

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