User Pool Software Token Mfa Configuration Args
data class UserPoolSoftwareTokenMfaConfigurationArgs(val enabled: Output<Boolean>) : ConvertibleToJava<UserPoolSoftwareTokenMfaConfigurationArgs>
Properties
Link copied to clipboard
Boolean whether to enable software token Multi-Factor (MFA) tokens, such as Time-based One-Time Password (TOTP). To disable software token MFA When sms_configuration
is not present, the mfa_configuration
argument must be set to OFF
and the software_token_mfa_configuration
configuration block must be fully removed.