validationData

@JvmName(name = "idijmtmclptpgqpw")
suspend fun validationData(value: Output<List<UserPoolUserAttributeTypeArgs>>)
@JvmName(name = "jufopeikfesqywsq")
suspend fun validationData(value: List<UserPoolUserAttributeTypeArgs>?)

Parameters

value

Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger. This set of key-value pairs are for custom validation of information that you collect from your users but don't need to retain. Your Lambda function can analyze this additional data and act on it. Your function might perform external API operations like logging user attributes and validation data to Amazon CloudWatch Logs. Validation data might also affect the response that your function returns to Amazon Cognito, like automatically confirming the user if they sign up from within your network. For more information about the pre sign-up Lambda trigger, see Pre sign-up Lambda trigger .


@JvmName(name = "leahogudrhqgkgtm")
suspend fun validationData(vararg values: Output<UserPoolUserAttributeTypeArgs>)


@JvmName(name = "bbkdesamkmjctmwg")
suspend fun validationData(values: List<Output<UserPoolUserAttributeTypeArgs>>)
@JvmName(name = "dnpqskseiufcsuwq")
suspend fun validationData(vararg values: UserPoolUserAttributeTypeArgs)

Parameters

values

Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger. This set of key-value pairs are for custom validation of information that you collect from your users but don't need to retain. Your Lambda function can analyze this additional data and act on it. Your function might perform external API operations like logging user attributes and validation data to Amazon CloudWatch Logs. Validation data might also affect the response that your function returns to Amazon Cognito, like automatically confirming the user if they sign up from within your network. For more information about the pre sign-up Lambda trigger, see Pre sign-up Lambda trigger .


@JvmName(name = "odveldfstvilaels")
suspend fun validationData(argument: List<suspend UserPoolUserAttributeTypeArgsBuilder.() -> Unit>)
@JvmName(name = "tiqjjysrnlpsswbi")
suspend fun validationData(vararg argument: suspend UserPoolUserAttributeTypeArgsBuilder.() -> Unit)
@JvmName(name = "xllrwtlmmfxqdyjy")
suspend fun validationData(argument: suspend UserPoolUserAttributeTypeArgsBuilder.() -> Unit)

Parameters

argument

Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger. This set of key-value pairs are for custom validation of information that you collect from your users but don't need to retain. Your Lambda function can analyze this additional data and act on it. Your function might perform external API operations like logging user attributes and validation data to Amazon CloudWatch Logs. Validation data might also affect the response that your function returns to Amazon Cognito, like automatically confirming the user if they sign up from within your network. For more information about the pre sign-up Lambda trigger, see Pre sign-up Lambda trigger .