Skip to main content

TCognitoIdentityProviderUpdateAuthEventFeedbackRequest

Class in AWS.CognitoIdentityProvider

UpdateAuthEventFeedback request class.

Ancestors

Properties

EventId

property EventId: string

FeedbackToken

property FeedbackToken: string

FeedbackValue

property FeedbackValue: string

Username

property Username: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AEventId, AFeedbackToken, AFeedbackValue, AUsername, AUserPoolId: string);

Constructor for TCognitoIdentityProviderUpdateAuthEventFeedbackRequest.

Parameters

NameDescription
AEventIdSpecify the ID of the event.
AFeebackTokenSpecify the feeback token.
AFeebackValueSpecify the authentication event feeback value. Valid values:|.
AUsernameSpecify the username of the user.
AUserPoolIdSpecify the ID of the user pool.