validationData

@JvmName(name = "axerhhefswpqvdnt")
suspend fun validationData(value: Output<Map<String, String>>)
@JvmName(name = "hdrgckyyfcqijumi")
suspend fun validationData(value: Map<String, String>?)

Parameters

value

The user's validation data. This is an array of name-value pairs that contain user attributes and attribute values that you can use for custom validation, such as restricting the types of user accounts that can be registered. Amazon Cognito does not store the validation_data value. For more information, see Customizing User Pool Workflows with Lambda Triggers.

NOTE: Clearing password or temporary_password does not reset user's password in Cognito.


@JvmName(name = "uumoksdyerugwwjp")
fun validationData(vararg values: Pair<String, String>)

Parameters

values

The user's validation data. This is an array of name-value pairs that contain user attributes and attribute values that you can use for custom validation, such as restricting the types of user accounts that can be registered. Amazon Cognito does not store the validation_data value. For more information, see Customizing User Pool Workflows with Lambda Triggers.

NOTE: Clearing password or temporary_password does not reset user's password in Cognito.