clientMetadata

@JvmName(name = "gwxddivsybnmjdlv")
suspend fun clientMetadata(value: Output<Map<String, String>>)
@JvmName(name = "fjwqvygyhcykdvad")
suspend fun clientMetadata(value: Map<String, String>?)

Parameters

value

A map of custom key-value pairs that you can provide as input for any custom workflows that user creation triggers. Amazon Cognito does not store the client_metadata value. This data is available only to Lambda triggers that are assigned to a user pool to support custom workflows. If your user pool configuration does not include triggers, the ClientMetadata parameter serves no purpose. For more information, see Customizing User Pool Workflows with Lambda Triggers.


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

Parameters

values

A map of custom key-value pairs that you can provide as input for any custom workflows that user creation triggers. Amazon Cognito does not store the client_metadata value. This data is available only to Lambda triggers that are assigned to a user pool to support custom workflows. If your user pool configuration does not include triggers, the ClientMetadata parameter serves no purpose. For more information, see Customizing User Pool Workflows with Lambda Triggers.