resend_confirmation_code
Resend email confirmation code for AWS Cognito user accounts when the initial verification message is not received or has expired.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
}