Class UserPoolSoftwareTokenMfaConfigurationArgs.Builder

    • Method Detail

      • enabled

        public UserPoolSoftwareTokenMfaConfigurationArgs.Builder enabled​(com.pulumi.core.Output<java.lang.Boolean> enabled)
        Parameters:
        enabled - 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.
        Returns:
        builder
      • enabled

        public UserPoolSoftwareTokenMfaConfigurationArgs.Builder enabled​(java.lang.Boolean enabled)
        Parameters:
        enabled - 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.
        Returns:
        builder