EventFeedbackType

The feedback that your application submitted to a threat protection event log, as displayed in an AdminListUserAuthEvents response.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date that you or your user submitted the feedback.

Link copied to clipboard

Your feedback to the authentication event. When you provide a FeedbackValue value of valid, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated some level of risk. When you provide a FeedbackValue value of invalid, you tell Amazon Cognito that you don't trust a user session, or you don't believe that Amazon Cognito evaluated a high-enough risk level.

Link copied to clipboard

The submitter of the event feedback. For example, if you submit event feedback in the Amazon Cognito console, this value is Admin.

Functions

Link copied to clipboard
inline fun copy(block: EventFeedbackType.Builder.() -> Unit = {}): EventFeedbackType
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String