validationData

@JvmName(name = "luqtfjxriwfhqsws")
suspend fun validationData(value: Output<Map<String, String>>)
@JvmName(name = "hslsfndunfuwchky")
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.


@JvmName(name = "odqunlnlmfgdtwcr")
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.