Mfa¶
-
class
aws_cdk.aws_cognito.
Mfa
(value)¶ Bases:
enum.Enum
The different ways in which a user pool’s MFA enforcement can be configured.
Attributes
-
OFF
¶ Users are not required to use MFA for sign in, and cannot configure one.
-
OPTIONAL
¶ Users are not required to use MFA for sign in, but can configure one if they so choose to.
-
REQUIRED
¶ Users are required to configure an MFA, and have to use it to sign in.
-