AWS::Cognito::UserPool RecoveryOption
A map containing a priority as a key, and recovery method name as a value.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Name
-
Specifies the recovery method for a user.
Required: No
Type: String
Allowed values:
admin_only | verified_email | verified_phone_number
Update requires: No interruption
Priority
-
A positive integer specifying priority of a method with 1 being the highest priority.
Required: No
Type: Integer
Minimum:
1
Maximum:
2
Update requires: No interruption