Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.CognitoIdentityProvider.Types.RecoveryOptionType
Description
Documentation
data RecoveryOptionType Source #
A map containing a priority as a key, and recovery method name as a value.
See: newRecoveryOptionType
smart constructor.
Constructors
RecoveryOptionType' | |
Fields
|
Instances
newRecoveryOptionType Source #
Arguments
:: Natural | |
-> RecoveryOptionNameType | |
-> RecoveryOptionType |
Create a value of RecoveryOptionType
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:priority:RecoveryOptionType'
, recoveryOptionType_priority
- A positive integer specifying priority of a method with 1 being the
highest priority.
$sel:name:RecoveryOptionType'
, recoveryOptionType_name
- The recovery method for a user.
recoveryOptionType_priority :: Lens' RecoveryOptionType Natural Source #
A positive integer specifying priority of a method with 1 being the highest priority.
recoveryOptionType_name :: Lens' RecoveryOptionType RecoveryOptionNameType Source #
The recovery method for a user.