Module: AWSCDK::Cognito::Mfa

Defined in:
cognito/mfa.rb

Overview

The different ways in which a user pool's MFA enforcement can be configured.

Constant Summary collapse

OFF =
Deprecated.
Note:

Default:

Users are not required to use MFA for sign in, and cannot configure one.

Jsii::Enum.new("aws-cdk-lib.aws_cognito.Mfa", "OFF")
OPTIONAL =
Deprecated.
Note:

Default:

Users are not required to use MFA for sign in, but can configure one if they so choose to.

Jsii::Enum.new("aws-cdk-lib.aws_cognito.Mfa", "OPTIONAL")
REQUIRED =
Deprecated.
Note:

Default:

Users are required to configure an MFA, and have to use it to sign in.

Jsii::Enum.new("aws-cdk-lib.aws_cognito.Mfa", "REQUIRED")